User Entered Passwords Aren't Working! (New PW being generated at Activation)
-
Heya guys,
Our users are having an issue with activation. For some reason it started going wrong recently – possibly after we upgraded to BP 1.1.3, but I can’t say for sure when because many users may have just assumed they forgot their password and used the PW reset function.
When a user signs up, they provide their password twice, and it gets saved as an MD5 Hash to the _signups table… then, when they activate their account via the link in the activation email, their account is activated fine, but a new MD5 Hash is generated.
I’ve looked into the code and it clearly states something along the lines of -> take hashed password from signup_meta and copy it to _users table entry for that user. For some reason though, in the database, the two hashes don’t match up
(Hence no new users can log in)
The reset password functionality works fine, however.
Can anyone shed any light on this?
Many many thanks!
- The topic ‘User Entered Passwords Aren't Working! (New PW being generated at Activation)’ is closed to new replies.