From 6f6c42ad14bade70307f66a696f822096ef9f9be Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 23 Dec 2024 15:17:16 +0900 Subject: [PATCH] Update docs/configuring-playbook-user-verification-service.md: remove a redundant paragraph about necessity of token Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-user-verification-service.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/configuring-playbook-user-verification-service.md b/docs/configuring-playbook-user-verification-service.md index ab789a9f0..6214cb312 100644 --- a/docs/configuring-playbook-user-verification-service.md +++ b/docs/configuring-playbook-user-verification-service.md @@ -23,8 +23,6 @@ Verifying RoomMembership and PowerLevel is done against `matrix_user_verificatio ## Prerequisites -In order to use UVS, an admin token for the configured homeserver must be supplied. For now this means configuring Synapse and creating the token before installing UVS. - ### Install Matrix services UVS can only be installed after Matrix services are installed and running. If you're just installing Matrix services for the first time, please continue with the [Configuration](configuring-playbook.md) / [Installation](installing.md) and come back here later.