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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Right now, there are two endpoints that can be used to register a new user:
_matrix/client/r0/register
_synapse/admin/v1/register
The normal endpoint either allows anyone to register a new account (setting enable_registration) or an app service or via shared secret. The admin endpoint only allows registration via shared secret.
My request is to allow any user flagged as admin to also register a new user, most probably via the admin endpoint. This could be limited via a setting, e.g. enable_admin_registration or changing enable_registration from bool to enum.