bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

ah!!!!!! can not log in!!!!!

(5 posts)
  • Started 2 years ago by n22
  • Latest reply from mdawaffe
  • This topic is not a support question

Tags:

  1. n22
    Member

    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 2 years ago #
  2. If you have console access...

    1. Login to your server.
    2. start mysql: mysql -u root -p and when prompted enter your password. (Or use any non root ID that has privilages to update your bbpress database.)
    3. select your bbPress db: use <yourDBname>;
    4. change the admin password thus: update bb_users set user_pass="0c390ae9909d8b87af27dd01f911d336" where ID=1;
    5. exit from MySQL
    6. Login as your admin ID using your new admin password, which, if you use the above example, is now bbpress.
    7. Change your password.
    Posted 2 years ago #
  3. n22
    Member

    WOW~ GOOD! THANK YOU

    Posted 2 years ago #
  4. 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 2 years ago #
  5. ColdCN, that's strange.

    Does the information here help? http://bbpress.org/forums/topic/185

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.