mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-09-17 05:10:09 +00:00
fix: rename matrix_authentication_service_config_account_registration_token_required setting to matrix_authentication_service_config_account_password_registration_token_required
This change was made in order to use the MAS `account.password_registration_token_required` setting instead of the deprecated `account.registration_token_required` setting
This commit is contained in:
committed by
Slavi Pantaleev
parent
1875acc292
commit
f1c1d42214
@@ -61,3 +61,4 @@
|
||||
- {'old': 'matrix_authentication_service_syn2mas_process_extra_arguments', 'new': 'matrix_authentication_service_syn2mas_command_extra_options or matrix_authentication_service_syn2mas_subcommand_extra_options'}
|
||||
- {'old': 'matrix_authentication_service_syn2mas_dry_run', 'new': 'matrix_authentication_service_syn2mas_migrate_dry_run'}
|
||||
- {'old': 'matrix_authentication_service_container_image_force_pull', 'new': '<removed> (the new community.docker.docker_image_pull module handles this natively)'}
|
||||
- {'old': 'matrix_authentication_service_config_account_registration_token_required', 'new': 'matrix_authentication_service_config_account_password_registration_token_required'}
|
||||
|
||||
Reference in New Issue
Block a user