Under "Manage>Privileges", you can select wether you want to edit the perms of a category, or the perms of "global".
You have to go to every category and edit the "guests" so all the boxes are unchecked.
Login when maintenance mode is active?
-
When nodebb is set to maintenance mode, what is the URL to login? I tried /admin but that shows a blank screen.
-
@peter the login link is normally show in navbar. You don't see it?
-
Unfortunately nothing. I only see the message:
This site is in maintenance mode. Try again later.
-
@peter can you provide the link to your forum? And can you post the log when you run it in dev mode
-
@Hưng-Thành-Nguyễn Is there a file or a config flag to set the maintenance off? If not, is there an easy way to move from localhost to server so you can look at it?
-
@peter It sounds like you're not running an up-to-date enough version of NodeBB. I believe 0.5.1 or if not, the latest
master
will have the login link & route.So you can update NodeBB, or if you're in a bind and can't do that, here's the redis command to disable maintenance mode:
redis-cli hdel config maintenanceMode
-
@julian I believe I have 0.5.1 version since I started over yesterday. Will give your suggestions a try. Thanks!!
-
That was an easy fix. It's better than reinstalling. Onwards with more testing. Thank you!