mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04:00
Add allowemailregister
option
This commit is contained in:
parent
a8068d38d5
commit
747629e549
5 changed files with 35 additions and 28 deletions
lib
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue