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:
Jean-Benoît Grimaldi
2026-09-13 07:38:10 +03:00
committed by Slavi Pantaleev
parent 1875acc292
commit f1c1d42214
3 changed files with 9 additions and 8 deletions
@@ -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'}