From 71d69b8dc04b141e284491ae1a5df1a0afaf7a8b Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Mon, 5 Jun 2023 18:55:10 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab63e73b..9b19ce99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ## matrix-registration-bot usage changed -The matrix registration bot got some updates and supports password-based login. This means automatic registration is now possible and done by default. +The matrix registration bot got some updates and now supports password-based login. This means automatic user registration (done by the playbook) is now possible and done by default. -**For existing users** You need to set `matrix_bot_matrix_registration_bot_bot_password`. If previously only used `matrix_bot_matrix_registration_bot_bot_access_token` this was also used as `matrix_bot_matrix_registration_bot_api_token`. You now need to define the `api_token` explicitly while the `bot_access_token` is depreacted. You can therefore rename `matrix_bot_matrix_registration_bot_bot_access_token` -> `matrix_bot_matrix_registration_bot_api_token`. +**For existing users** You need to set `matrix_bot_matrix_registration_bot_bot_password`. If you've previously used only `matrix_bot_matrix_registration_bot_bot_access_token`, you should start using the new name of this variable (`matrix_bot_matrix_registration_bot_api_token`). # 2023-05-25