You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Gate account recovery behing a configuration flag
This commit is contained in:
@ -2038,6 +2038,10 @@
|
||||
"password_change_allowed": {
|
||||
"description": "Whether users are allowed to change their passwords. Defaults to `true`.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"account_recovery_enabled": {
|
||||
"description": "Whether email-based account recovery is enabled. Defaults to `false`.",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user