When re-run ./nodebb setup, it did ask for the admin user/password (before it was an existing db present) so it's working now, thank you! In case someone would miss that or forget the admin pwd, what's the solution (via redis)? I saw a post somewhere but can't find it any more.
How to add a required field to registration
-
Is there any way to do this?
-
@Edgar-Doiron yes you can add fields to the registration form using a plugin. The plugin needs to listen to the hook
filter:register.build
to add the field andfilter:register.check
to verify the data entered in the fields.