Add error when email system is not configured and using the forgot
password system
This commit is contained in:
parent
56af5222c1
commit
3b3b18203f
6 changed files with 28 additions and 6 deletions
|
@ -15,6 +15,10 @@ export interface ServerConfig {
|
|||
}
|
||||
}
|
||||
|
||||
email: {
|
||||
enabled: boolean
|
||||
}
|
||||
|
||||
signup: {
|
||||
allowed: boolean,
|
||||
allowedForCurrentIP: boolean,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue