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
After that, in firebug console, i see these lines:
Fatal error: Uncaught exception 'ReflectionException' with message 'Class PasswordLib\Password\Implementation._SHA256 does not exist' in /var/www/teampass/includes/libraries/PasswordLib/Core/AbstractFactory.php:50
Stack trace:
I can't connect to TeamPass after a fresh install.
I found a workaround but it's not clean...
The problem: When I put the admin login and password, it keeps loading.
I have check the firebug console and see that http://localhost/teampass/sources/identify.php return a 500 error.
So i put these lines on it:
After that, in firebug console, i see these lines:
So the workaround I found is to put this code in includes/libraries/PasswordLib/Core/AbstractFactory.php between lines 49 and 50:
And now it works.
The text was updated successfully, but these errors were encountered: