Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix the cross-link from register admin API to config docs. (#13870)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored Sep 22, 2022
1 parent b7272b7 commit 8c3dcdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/13870.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a cross-link from the register admin API to the `registration_shared_secret` configuration documentation.
2 changes: 1 addition & 1 deletion docs/admin_api/register_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8c3dcdf

Please sign in to comment.