Info
- 5 posts
- 4 voices
- Started 5 years ago by n22
- Latest reply from Michael Adams (mdawaffe)
- This topic is not a support question
ah!!!!!! can not log in!!!!!
-
- Posted 5 years ago #
whywhywhy???
yesterday, it worked...
today, after i deleted cookies, i went to my forum and try to log in, it says : login failed, Incorrect password..
than i try to do : recover password (it suppose to sent me a email. But there no any mail)
what i can do?
-
- Posted 5 years ago #
If you have console access...
- Login to your server.
- start mysql:
mysql -u root -pand when prompted enter your password. (Or use any non root ID that has privilages to update your bbpress database.) - select your bbPress db:
use <yourDBname>; - change the admin password thus:
update bb_users set user_pass="0c390ae9909d8b87af27dd01f911d336" where ID=1; exitfrom MySQL- Login as your admin ID using your new admin password, which, if you use the above example, is now
bbpress. - Change your password.
-
- Posted 5 years ago #
WOW~ GOOD! THANK YOU
-
- Posted 5 years ago #
Is it a bug? I cannot log in with my admin account to the forum which works with wordpress.
I cannot find the table named bb_users.
-
- Posted 5 years ago #
ColdCN, that's strange.
Does the information here help? http://bbpress.org/forums/topic/185
-
You must log in to post.