Login failed: AUTHENTICATION ERROR, PLEASE RELOGIN
Closed this issue · 3 comments
dhqcz commented
Hello. Thank you for your nice project.
I installed newest version and after registration I can't login. After writing login and password it login me for a second (can see "PLEASE WAIT WHILE WE ARE DECRYPTING YOUR PASSWORD") and then it redirect me to login page with alert: "Login failed: AUTHENTICATION ERROR, PLEASE RELOGIN". I tried different browsers & clearing cache. I tried to write login & password 10 times but still the same problem.
PHP version 7.1
Where can the problem be please?
zeruniverse commented
Most error occurs due to not following the installation wiki. Please make
sure you did everything here:
https://github.com/zeruniverse/Password-Manager/wiki/Installation
And make sure you are not using master branch (it’s a development branch).
And make sure $HOSTDOMAIN is properly set (must match the link you’ll input
to your browser)
Let me know if you still have problem with all the steps done
Thank you
…On Sat, Feb 3, 2018 at 9:09 PM Jack ***@***.***> wrote:
Hello. Thank you for your nice project.
I installed newest version and after registration I can't login. After
writing login and password it says "Login failed: AUTHENTICATION ERROR,
PLEASE RELOGIN". I tried different browsers & clearing cache. I tried to
write login & password 10 times but still the same problem.
Where can the problem be please?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#193>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AEbvNHIApMlO_9CuStjZbx1jR-bBVV4wks5tRRFKgaJpZM4R4aJz>
.
dhqcz commented
Thank you for fast reply. Sorry, it was really my mistake, I forgot to edit $HOSTDOMAIN. Thank you for your great work!
BenjaminHae commented
I'll add a fix to index.php for checking if the domain is correct.