Jump to content

Liquido2

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Liquido2

  1. On 12/9/2021 at 6:07 AM, mkono87 said:

    Issue with Synaps Admin. How do you create an admin account? I tried logging in with my matrix user but just says session expired.

    It sounds like the same issue i had, its logging you out as the user is just a room admin and not a server admin.

    goto your databas and run this

     

    UPDATE users SET admin = 1 WHERE name = '@foo:bar.com';

     

    obviously change the last bit to the user name of the user you want to make a server Admin

     

     

    Source: https://matrix-org.github.io/synapse/latest/usage/administration/admin_api/index.html

×
×
  • Create New...