Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
What's the url value in config.json?
url
./nodebb build
nodebb mobules should either start with nodebb-plugin- or nodebb-theme- so in your case your theme name should be nodebb-theme-exo-theme
@PitaJ said in Issue installing NodeBB on Centos 7:
@scottalanmiller running any ./nodebb command as root is not supported. You should install and run NodeBB as an unprivileged user.
Doh. Obviously. Thanks, having a brainfart from lack of sleep.
You can find it in the theme you are using. The file is called login.tpl. For example for persona its here. https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/login.tpl#L15
The server sends in the value depending on what the ACP setting is set to. If you only allow login by username that value changes to Username etc.
Fixed by reinstalling redis-server.