zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

Login failed: AUTHENTICATION ERROR, PLEASE RELOGIN #193

Closed dhqcz closed 6 years ago

dhqcz commented 6 years ago

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 6 years ago

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 notifications@github.com 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 https://github.com/zeruniverse/Password-Manager/issues/193, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbvNHIApMlO_9CuStjZbx1jR-bBVV4wks5tRRFKgaJpZM4R4aJz .

dhqcz commented 6 years ago

Thank you for fast reply. Sorry, it was really my mistake, I forgot to edit $HOSTDOMAIN. Thank you for your great work!

BenjaminHae commented 6 years ago

I'll add a fix to index.php for checking if the domain is correct.