Add allowemailregister option
This commit is contained in:
@@ -68,6 +68,7 @@ function showIndex(req, res, next) {
|
||||
google: config.google,
|
||||
ldap: config.ldap,
|
||||
email: config.email,
|
||||
allowemailregister: config.allowemailregister,
|
||||
signin: req.isAuthenticated(),
|
||||
infoMessage: req.flash('info'),
|
||||
errorMessage: req.flash('error')
|
||||
|
||||
Reference in New Issue
Block a user