Improve documentation around user registration (#13640)

Update a bunch of the documentation for user registration, add some cross
links, etc.
This commit is contained in:
Richard van der Hoff 2022-08-26 14:29:31 +01:00 committed by GitHub
parent 5e5c8150d7
commit c4e29b6908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 135 additions and 104 deletions

View file

@ -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: