Locked myself out of admin
-
Hi @inhji!
We really should not let users remove themselves as admin... Good suggestion.
If you'd like to re-add yourself as admin, type this into your console.
$ redis-cli sadd administrators [uid]
... where [uid] is probably 1.
To simply reset the database, type in:
$ redis-cli flushall
-
As you can tell, it's pretty easy to flush an entire database. All the more reason to make sure your server is secured!
flushall
will empty the redis database, which is the default state of NodeBB. When you run the setup script again, it will repopulate the database with the default info.
Copyright © 2024 NodeBB | Contributors