mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-19 02:39:42 +02:00
Add support for configuring account.password_registration_email_required
for Matrix Authentication Service
Ref: - https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4647 - https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.4.0 - https://github.com/element-hq/matrix-authentication-service/pull/5109
This commit is contained in:
@@ -219,6 +219,11 @@ matrix_authentication_service_config_account_displayname_change_allowed: true
|
||||
# This has no effect if password login is disabled.
|
||||
matrix_authentication_service_config_account_password_registration_enabled: false
|
||||
|
||||
# Controls the `account.password_registration_email_required` configuration setting.
|
||||
#
|
||||
# Whether self-service password registrations require a valid email.
|
||||
matrix_authentication_service_config_account_password_registration_email_required: true
|
||||
|
||||
# Controls the `account.password_change_allowed` configuration setting.
|
||||
#
|
||||
# Whether users are allowed to change their passwords.
|
||||
|
Reference in New Issue
Block a user