Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Allow admin users to register new user account #5741

@awesome-manuel

Description

@awesome-manuel

Description:

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions