-
- Downloads
Allow admins to require a manual approval process before new accounts can be...
Allow admins to require a manual approval process before new accounts can be used (using MSC3866) (#13556)
Showing
- changelog.d/13556.feature 1 addition, 0 deletionschangelog.d/13556.feature
- synapse/_scripts/synapse_port_db.py 1 addition, 1 deletionsynapse/_scripts/synapse_port_db.py
- synapse/api/constants.py 11 additions, 0 deletionssynapse/api/constants.py
- synapse/api/errors.py 16 additions, 0 deletionssynapse/api/errors.py
- synapse/config/experimental.py 19 additions, 0 deletionssynapse/config/experimental.py
- synapse/handlers/admin.py 5 additions, 0 deletionssynapse/handlers/admin.py
- synapse/handlers/auth.py 11 additions, 0 deletionssynapse/handlers/auth.py
- synapse/handlers/register.py 8 additions, 0 deletionssynapse/handlers/register.py
- synapse/replication/http/register.py 5 additions, 0 deletionssynapse/replication/http/register.py
- synapse/rest/admin/users.py 42 additions, 1 deletionsynapse/rest/admin/users.py
- synapse/rest/client/login.py 34 additions, 3 deletionssynapse/rest/client/login.py
- synapse/rest/client/register.py 20 additions, 2 deletionssynapse/rest/client/register.py
- synapse/storage/databases/main/__init__.py 8 additions, 1 deletionsynapse/storage/databases/main/__init__.py
- synapse/storage/databases/main/registration.py 132 additions, 18 deletionssynapse/storage/databases/main/registration.py
- synapse/storage/schema/main/delta/73/03users_approved_column.sql 20 additions, 0 deletions.../storage/schema/main/delta/73/03users_approved_column.sql
- tests/rest/admin/test_user.py 184 additions, 2 deletionstests/rest/admin/test_user.py
- tests/rest/client/test_auth.py 32 additions, 1 deletiontests/rest/client/test_auth.py
- tests/rest/client/test_login.py 41 additions, 0 deletionstests/rest/client/test_login.py
- tests/rest/client/test_register.py 31 additions, 1 deletiontests/rest/client/test_register.py
- tests/rest/client/utils.py 9 additions, 3 deletionstests/rest/client/utils.py
Loading
Please register or sign in to comment