Fix the cross-link from register admin API to config docs. (#13870)

pull/13872/head
Patrick Cloke 2022-09-22 09:11:50 -04:00 committed by GitHub
parent b7272b73aa
commit 8c3dcdf1b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/13870.doc Normal file
View File

@ -0,0 +1 @@
Fix a cross-link from the register admin API to the `registration_shared_secret` configuration documentation.

View File

@ -5,7 +5,7 @@ non-interactive way. This is generally used for bootstrapping a Synapse
instance with administrator accounts. instance with administrator accounts.
To authenticate yourself to the server, you will need both the shared secret To authenticate yourself to the server, you will need both the shared secret
([`registration_shared_secret`](../configuration/config_documentation.md#registration_shared_secret) ([`registration_shared_secret`](../usage/configuration/config_documentation.md#registration_shared_secret)
in the homeserver configuration), and a one-time nonce. If the registration in the homeserver configuration), and a one-time nonce. If the registration
shared secret is not configured, this API is not enabled. shared secret is not configured, this API is not enabled.