diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-03-02 13:00:49 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-03-02 13:00:49 +0000 |
commit | d7c44939ffa83b6b19382f6c532f82fa36aa8e44 (patch) | |
tree | b5ad7d497bf69af24d7645e92dd7ccf12640d57b /develop/usage | |
parent | deploy: 879e4a7bd7a90cda4c8ea908aede53d8e038ca7c (diff) | |
download | synapse-d7c44939ffa83b6b19382f6c532f82fa36aa8e44.tar.xz |
deploy: f3f0ab10fe766c766dedf9d80e4ef198e3e45c09
Diffstat (limited to 'develop/usage')
-rw-r--r-- | develop/usage/administration/admin_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/usage/administration/admin_api/index.html b/develop/usage/administration/admin_api/index.html index aa87ac5b3b..eb1a302e00 100644 --- a/develop/usage/administration/admin_api/index.html +++ b/develop/usage/administration/admin_api/index.html @@ -190,7 +190,7 @@ server admin. (Note that a server admin is distinct from a room admin.)</p> <pre><code class="language-sql">UPDATE users SET admin = 1 WHERE name = '@foo:bar.com'; </code></pre> <p>A new server admin user can also be created using the <code>register_new_matrix_user</code> -command. This is a script that is located in the <code>scripts/</code> directory, or possibly +command. This is a script that is distributed as part of synapse. It is possibly already on your <code>$PATH</code> depending on how Synapse was installed.</p> <p>Finding your user's <code>access_token</code> is client-dependent, but will usually be shown in the client's settings.</p> <h2 id="making-an-admin-api-request"><a class="header" href="#making-an-admin-api-request">Making an Admin API request</a></h2> |