Fix the cross-link from register admin API to config docs. (#13870)
parent
b7272b73aa
commit
8c3dcdf1b9
|
@ -0,0 +1 @@
|
|||
Fix a cross-link from the register admin API to the `registration_shared_secret` configuration documentation.
|
|
@ -5,7 +5,7 @@ non-interactive way. This is generally used for bootstrapping a Synapse
|
|||
instance with administrator accounts.
|
||||
|
||||
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
|
||||
shared secret is not configured, this API is not enabled.
|
||||
|
||||
|
|
Loading…
Reference in New Issue