1
0
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:
reivilibre
2024-06-25 14:25:33 +01:00
committed by GitHub
parent 121966ccce
commit aaa7cf3fe9
14 changed files with 591 additions and 7 deletions

View File

@@ -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!