Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: User can’t receive email after registration


chrishajer
Participant

@chrishajer

So, did you just paste the plain text password into the database field? That won’t work. You need to encrypt it first. Here is the encrypted version of the password password for a 0.9.0.4 installation:

$P$BYmd6QuCKHVKv5Hm0igW8A/bSHSbWt/

If you paste that into the user_pass field of the bb_users table, you should be able to log in with your username and a password of password. Then, change your password.

Skip to toolbar