|
|
|
@@ -2,12 +2,9 @@ |
|
|
|
|
|
|
|
## matrix-registration-bot usage changed |
|
|
|
|
|
|
|
The [matrix-registration-bot](docs/configuring-playbook-bot-matrix-registration-bot.md) got some updates and supports password-based login. Therefore the bot is now |
|
|
|
The [matrix-registration-bot](docs/configuring-playbook-bot-matrix-registration-bot.md) got some updates and supports password-based login. Therefore the bot now doesn't need any manual configuration except setting a password at in your `vars.yml`. The bot will be registered as admin and access tokens will be obtained automatically. |
|
|
|
|
|
|
|
* automatically registered as user |
|
|
|
* doesn't need any manual configuration except setting a password at the start |
|
|
|
|
|
|
|
**For existing users** You need to set `matrix_bot_matrix_registration_bot_bot_password` if you previously only used `matrix_bot_matrix_registration_bot_bot_access_token`. Please also remove the following deprecated settings as the bot will now autonatically be admin and use it's own access token for registering users |
|
|
|
**For existing users** You need to set `matrix_bot_matrix_registration_bot_bot_password` if you previously only used `matrix_bot_matrix_registration_bot_bot_access_token`. Please also remove the following deprecated settings |
|
|
|
|
|
|
|
* `matrix_bot_matrix_registration_bot_bot_access_token` |
|
|
|
* `matrix_bot_matrix_registration_bot_api_token` |
|
|
|
|