diff options
author | clokep <clokep@users.noreply.github.com> | 2022-09-22 13:12:55 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2022-09-22 13:12:55 +0000 |
commit | 1b18ba0393c61c71c48a891e9446e27003f6069e (patch) | |
tree | b4293b3ab681c2ab6dd21333e43d4581443d08f7 | |
parent | deploy: 16e1a9d9a7884967da390ef967b942a5e35e8f6c (diff) | |
download | synapse-1b18ba0393c61c71c48a891e9446e27003f6069e.tar.xz |
deploy: 8c3dcdf1b96355ed1ff135e1009ee8e3f2e28517
-rw-r--r-- | develop/admin_api/register_api.html | 2 | ||||
-rw-r--r-- | develop/print.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/develop/admin_api/register_api.html b/develop/admin_api/register_api.html index fda4c249b3..69277c589f 100644 --- a/develop/admin_api/register_api.html +++ b/develop/admin_api/register_api.html @@ -151,7 +151,7 @@ non-interactive way. This is generally used for bootstrapping a Synapse instance with administrator accounts.</p> <p>To authenticate yourself to the server, you will need both the shared secret -(<a href="../configuration/config_documentation.html#registration_shared_secret"><code>registration_shared_secret</code></a> +(<a href="../usage/configuration/config_documentation.html#registration_shared_secret"><code>registration_shared_secret</code></a> in the homeserver configuration), and a one-time nonce. If the registration shared secret is not configured, this API is not enabled.</p> <p>To fetch the nonce, you need to request one from the API:</p> diff --git a/develop/print.html b/develop/print.html index f704075264..d0afec7668 100644 --- a/develop/print.html +++ b/develop/print.html @@ -10920,7 +10920,7 @@ a purge id:</p> non-interactive way. This is generally used for bootstrapping a Synapse instance with administrator accounts.</p> <p>To authenticate yourself to the server, you will need both the shared secret -(<a href="admin_api/../configuration/config_documentation.html#registration_shared_secret"><code>registration_shared_secret</code></a> +(<a href="admin_api/../usage/configuration/config_documentation.html#registration_shared_secret"><code>registration_shared_secret</code></a> in the homeserver configuration), and a one-time nonce. If the registration shared secret is not configured, this API is not enabled.</p> <p>To fetch the nonce, you need to request one from the API:</p> |