New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
login failed on on PHP 7.3.9 #19
Comments
|
Can you explain why this is necessary? |
|
Ok, this is Blowfish so the salt for |
crazy4chrissi
added a commit
that referenced
this issue
Sep 4, 2019
…eemed to cause problems with PHP 7.3.9. This should solve #19
|
Can you please check whether the current development version works? |
OK,it runs perfectly |
|
Fixed with phpLiteAdmin 1.9.8.2 released just now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dehim commentedSep 4, 2019
vi classes/Authorization.php
find "self::generateSalt(20)" -> "self::generateSalt(22)"
and it works.
The text was updated successfully, but these errors were encountered: