Add error when email system is not configured and using the forgot

password system
This commit is contained in:
Chocobozzz 2018-12-05 15:10:45 +01:00
parent 56af5222c1
commit 3b3b18203f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 28 additions and 6 deletions

View file

@ -15,6 +15,10 @@ export interface ServerConfig {
}
}
email: {
enabled: boolean
}
signup: {
allowed: boolean,
allowedForCurrentIP: boolean,