mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-17 09:49:42 +02:00
Add support for new mas account variables
This commit is contained in:
committed by
Slavi Pantaleev
parent
647652852b
commit
dbae258970
@@ -67,6 +67,9 @@ account:
|
||||
password_registration_enabled: {{ matrix_authentication_service_config_account_password_registration_enabled | to_json }}
|
||||
password_change_allowed: {{ matrix_authentication_service_config_account_password_change_allowed | to_json }}
|
||||
password_recovery_enabled: {{ matrix_authentication_service_config_account_password_recovery_enabled | to_json }}
|
||||
account_deactivation_allowed: {{ matrix_authentication_service_config_account_account_deactivation_allowed | to_json }}
|
||||
login_with_email_allowed: {{ matrix_authentication_service_config_account_login_with_email_allowed | to_json }}
|
||||
registration_token_required: {{ matrix_authentication_service_config_account_registration_token_required | to_json }}
|
||||
|
||||
clients: {{ matrix_authentication_service_config_clients | to_json }}
|
||||
|
||||
|
Reference in New Issue
Block a user