Forgetting admin's password, How to find it? (nodeBB is installed locally, email service isn't available)
-
I had a nodeBB but I forgot its password! I didn't know what should I do to recover it, so I decided to reinstall it for the latest version. However, what is reset instruction for administrator password?
-
To reset the password even if no email is installed:
- Go to
/reset
and key in your email. It won't send out the password reset email, but a key will be generated. This key expires after 2 hours. redis-cli
to enter the redis console. If redis is installed on a different port, host, or socket, use-p
,-h
, and-s
respectivelyhgetall reset:uid
, and locate the reset id corresponding to your uid- Go to
/reset/{reset-uid}
- Go to
Copyright © 2024 NodeBB | Contributors