Add allowemailregister option

This commit is contained in:
Sheogorath 2017-01-12 04:25:58 +01:00
parent a8068d38d5
commit 747629e549
5 changed files with 35 additions and 28 deletions

View file

@ -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')