Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Recover my admin password


chrishajer
Participant

@chrishajer

If you have access to the database with phpMyAdmin, you can do something like this:

Create a new user in bbPress. Check your email for the password email. Save that password somewhere. Now, open phpMyAdmin and take the password hash from the new user, and paste it into the password hash field for the admin user. Now, log into bbPress with your admin username. Delete the new user if you like.

If you don’t have access to the database, then why not just reinstall?

I think you used to be able to put a line in your config.php like this: $bb->new_keymaster = true; Then run bb-admin/install.php again.

Read more:

https://bbpress.org/forums/topic/cant-login-1#post-795

Skip to toolbar