Browse Source

Update CHANGELOG.md

pull/2723/head
Slavi Pantaleev 3 years ago
committed by GitHub
parent
commit
71d69b8dc0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      CHANGELOG.md

+ 2
- 2
CHANGELOG.md View File

@@ -2,9 +2,9 @@


## matrix-registration-bot usage changed ## 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 # 2023-05-25




Loading…
Cancel
Save