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
When I login second time, I get error, I checked the database.
Every time I login, the password does change on the database. It makes it unable to login again.
To Reproduce
Steps to reproduce the behavior:
Install PH7Builder using Autoinstaller on Hostinger
Open the database manager (PHPMyAdmin), check the hashed admin password there on admins table
Login to admin panel using the password you made when installing the PH7Builder
Open the database manager again, check the hashed admin password again. You'll see that the password is changed.
When you try to login to admin panel again, you can't login, it says "wrong password".
Try this too after first time installation:
Open database, copy the hashed password
Login the first time like usually, which will work without any problems.
Now the password has changed. Open the database table, edit the password, paste the copied hashed password and save. Now you reverted the password again.
Now on admin panel go to Account->Change Password. There change the password as usual, and save the new password.
Now when you logout, and login again, you'll see that you can login without any problems.
But now on the database the password has change again. When you logout and try to login again using the same password, it doesn't work.
Expected Behavior
The password shouldn't change on every login, it should be possible to login without any problems using the correct password.
The text was updated successfully, but these errors were encountered:
Password changes automatically
When I login to my admin panel also www.mysite.com/admin123 after installation it works.
When I login second time, I get error, I checked the database.
Every time I login, the password does change on the database. It makes it unable to login again.
To Reproduce
Steps to reproduce the behavior:
Try this too after first time installation:
Expected Behavior
The password shouldn't change on every login, it should be possible to login without any problems using the correct password.
The text was updated successfully, but these errors were encountered: