Add automatic user account creation support to Buscarron

Continuation of c3dc64b1d5
This commit is contained in:
Slavi Pantaleev
2022-11-01 17:03:53 +02:00
parent c3dc64b1d5
commit eaa9b7cfc4
2 changed files with 18 additions and 17 deletions

View File

@ -2704,6 +2704,12 @@ matrix_user_creator_users_auto: |
'initial_password': matrix_bot_postmoogle_password,
'initial_type': 'bot',
}] if matrix_bot_postmoogle_enabled else []
+
[{
'username': matrix_bot_buscarron_login,
'initial_password': matrix_bot_buscarron_password,
'initial_type': 'bot',
}] if matrix_bot_buscarron_enabled else []
}}
######################################################################