1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Introduce config to restrict user capabilities

This commit is contained in:
Quentin Gliech
2024-03-29 12:52:11 +01:00
parent 4d1b6aeded
commit 90080235da
5 changed files with 45 additions and 1 deletions

View File

@@ -129,6 +129,9 @@ pub fn test_site_config() -> SiteConfig {
imprint: None,
password_login_enabled: true,
password_registration_enabled: true,
email_change_allowed: true,
displayname_change_allowed: true,
password_change_allowed: true,
}
}