diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-08-26 14:29:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 13:29:31 +0000 |
commit | c4e29b6908ac8ae57b5e9a3e7662ad638b61e94a (patch) | |
tree | ed4a0e0c21533aec09709e2feb8071f8b8494ace /docs/admin_api | |
parent | Generate missing configuration files at startup (#13615) (diff) | |
download | synapse-c4e29b6908ac8ae57b5e9a3e7662ad638b61e94a.tar.xz |
Improve documentation around user registration (#13640)
Update a bunch of the documentation for user registration, add some cross links, etc.
Diffstat (limited to 'docs/admin_api')
-rw-r--r-- | docs/admin_api/register_api.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/admin_api/register_api.md b/docs/admin_api/register_api.md index d7b7cf6a76..f6be31b443 100644 --- a/docs/admin_api/register_api.md +++ b/docs/admin_api/register_api.md @@ -5,9 +5,9 @@ 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` in the homeserver configuration), and a -one-time nonce. If the registration shared secret is not configured, this API -is not enabled. +([`registration_shared_secret`](../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. To fetch the nonce, you need to request one from the API: |