Set matrix_user_verification_service_uvs_homeserver_url in the role defaults and updated docs accordingly.

This commit is contained in:
Paul N
2023-02-06 13:14:34 +01:00
parent 07d9ea5e87
commit 50c1e9d695
3 changed files with 2 additions and 4 deletions

View File

@ -49,7 +49,7 @@ However, it is possible to expose UVS via setting `matrix_user_verification_serv
### Access token
The Synapse Access Token is used to verify RoomMembership and PowerLevel against the configured homeserver_url (which is plugged in group_vars).
The Synapse Access Token is used to verify RoomMembership and PowerLevel against `matrix_user_verification_service_uvs_homeserver_url`.
We recommend that you create a dedicated Matrix user for uvs (`uvs` is a good username).
Follow our [Registering users](registering-users.md) guide to register a user with administration privileges.