-
Notifications
You must be signed in to change notification settings - Fork 525
Open
Labels
Description
What behaviour is observed?
After updating WordPress to the latest version, the encryption method was changed to bcrypt. However, the server is still using MD5 for verification, causing login failures due to password errors.
Expected behaviour
Successfully logged into the server.
To Reproduce
1.Upgrade WordPress to the latest version
2.Reset account password on the website
3.Unable to log in
Plugin list
--
Server Implementation
Standalone server (no proxy)
Database Implementation
SQLite
AuthMe Version
5.6.0
Error log (if applicable)
No response
Configuration
--