@blue-cat I imagine this best being accomplished through the reputation system. If one were to create a category called "Introductions" that did not require any reputation to post, but all other categories required some reputation, then new users would only have the option to post in the "Introductions" category. However, from what I can tell there is not currently the option to require minimum reputation before posting to categories. I hope someone has a more usable answer.
How can I create an Admin account manually ?
-
Hello,
I've just one question : How can I create an admin account manually ?
I'm packaging NodeBB for Yunohost, so I'm creating a script to install this. I've a problem because I set up the Databases in the config.json file but I don't know how to fill in it to create my admin account.It's the only thing I need to finish my install script.
Can you help me please ?
Thanks,
frju365PS: My work : https://github.com/YunoHost-Apps/nodebb_ynh
The install script : https://github.com/YunoHost-Apps/nodebb_ynh/blob/master/scripts/install -
@frju365 you can pass in the admin username and password to the NodeBB setup script. You can refer to this for an example