You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
"In the classes/User.php file, you use this->getCode() which is a builtin method in php7 at least. This causes 2 factor authentication not to work. I rectified this in my instance by changing it to getCodePin() as the function/method name, but to each his own." - TW (via eMail)
The text was updated successfully, but these errors were encountered:
Is piWallet now working with PHP7, I've been trying to setup using ubuntu 16.04 with PHP7 and Nginx as the web server but having some issues. Do I need to start over with PHP 5 and use apache2?
"In the classes/User.php file, you use this->getCode() which is a builtin method in php7 at least. This causes 2 factor authentication not to work. I rectified this in my instance by changing it to getCodePin() as the function/method name, but to each his own." - TW (via eMail)
The text was updated successfully, but these errors were encountered: