use nodebb-plugin-write-api and you can create how many post you like using ajax instead socket.io
PS: creating your own posts doesn't mean your site will be any good. It will look "not poor", but it will be anyway.
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:
/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/reset/{reset-uid}