You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Add Self-service Password Change (#2863)
Co-authored-by: Quentin Gliech <quenting@element.io>
This commit is contained in:
@@ -1349,6 +1349,10 @@ type SiteConfig implements Node {
|
||||
"""
|
||||
displayNameChangeAllowed: Boolean!
|
||||
"""
|
||||
Whether passwords are enabled for login.
|
||||
"""
|
||||
passwordLoginEnabled: Boolean!
|
||||
"""
|
||||
Whether passwords are enabled and users can change their own passwords.
|
||||
"""
|
||||
passwordChangeAllowed: Boolean!
|
||||
|
Reference in New Issue
Block a user