Skip to content
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

Password changes automatically every time I log into my admin #1138

Open
STProgrammer opened this issue Oct 10, 2023 · 0 comments
Open

Password changes automatically every time I log into my admin #1138

STProgrammer opened this issue Oct 10, 2023 · 0 comments

Comments

@STProgrammer
Copy link

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:

  1. Install PH7Builder using Autoinstaller on Hostinger
  2. Open the database manager (PHPMyAdmin), check the hashed admin password there on admins table
  3. Login to admin panel using the password you made when installing the PH7Builder
  4. Open the database manager again, check the hashed admin password again. You'll see that the password is changed.
  5. When you try to login to admin panel again, you can't login, it says "wrong password".

Try this too after first time installation:

  1. Open database, copy the hashed password
  2. Login the first time like usually, which will work without any problems.
  3. 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.
  4. Now on admin panel go to Account->Change Password. There change the password as usual, and save the new password.
  5. Now when you logout, and login again, you'll see that you can login without any problems.
  6. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant