You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, with MAS taking over the responsibility of managing users and tokens. A number of synapse admin API is disabled when MAS (msc3861) is activated as mentioned here:
The following admin APIs are disabled:
/users/:user_id/admin
/users/:user_id/login
/registration_tokens
/registration_tokens/new
/registration_tokens/:token
/reset_password
/register
From what I understand mjolnir calls the /users/:user_id/admin API which serves as a precondition for most commands as shown here and since this API is disabled when MAS is activated, we can't run most mjolnir commands.
If this is indeed the case then can I ask if there are any plans to make mjolnir compatible with MAS? I also think that relying on the synapse admin API is unnecessary as any API requests with insufficient permission will return a 403 which we can check for.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello, with MAS taking over the responsibility of managing users and tokens. A number of synapse admin API is disabled when MAS (msc3861) is activated as mentioned here:
From what I understand mjolnir calls the
/users/:user_id/admin
API which serves as a precondition for most commands as shown here and since this API is disabled when MAS is activated, we can't run most mjolnir commands.If this is indeed the case then can I ask if there are any plans to make mjolnir compatible with MAS? I also think that relying on the synapse admin API is unnecessary as any API requests with insufficient permission will return a 403 which we can check for.
Thank you!
The text was updated successfully, but these errors were encountered: