From 37b0c8b51348d6908a8a2e9086923ee8a24789e5 Mon Sep 17 00:00:00 2001
From: DMRobertson If your server already has an admin account you should use the User Admin API to promote other accounts to become admins. If your server already has an admin account you should use the User Admin API to promote other accounts to become admins. If you don't have any admin accounts yet you won't be able to use the admin API, so you'll have to edit the database manually. Manually editing the database is generally not recommended so once you have an admin account: use the admin APIs to make further changes.Admin FAQ
How do I become a server admin?
-
@@ -216,7 +216,7 @@ error (typically along the lines of "Invalid signature"). They might s
something like the following in their logs:UPDATE users SET admin = 1 WHERE name = '@foo:bar.com';
2019-09-11 19:32:04,271 - synapse.federation.transport.server - 288 - WARNING - GET-11752 - authenticate_request failed: 401: Invalid signature for server <server> with key ed25519:a_EqML: Unable to verify signature for <server>
-This is normally caused by a misconfiguration in your reverse-proxy. See the reverse proxy docs and double-check that your settings are correct.
+This is normally caused by a misconfiguration in your reverse-proxy. See the reverse proxy docs and double-check that your settings are correct.
First, ensure you are running the latest version of Synapse, using Python 3 with a PostgreSQL database.
-- cgit 1.5.1