From ba2d299b5ffa07d8d84a508cbbf7f3b8cf28a592 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 24 Dec 2024 16:02:38 +0900 Subject: [PATCH] Update docs/configuring-playbook-user-verification-service.md: add a note about creating user as an admin Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-user-verification-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-user-verification-service.md b/docs/configuring-playbook-user-verification-service.md index bb92e8fc6..e40749355 100644 --- a/docs/configuring-playbook-user-verification-service.md +++ b/docs/configuring-playbook-user-verification-service.md @@ -29,7 +29,7 @@ UVS can only be installed after Matrix services are installed and running. If yo ### Register a dedicated Matrix user (optional, recommended) -We recommend that you create a dedicated Matrix user for uvs (`uvs` is a good username). +We recommend that you create a dedicated Matrix user for uvs (`uvs` is a good username). **Because UVS requires an access token as an admin user, that user needs to be an admin.** Generate a strong password for the user. You can create one with a command like `pwgen -s 64 1`.