Prevent accidental user overwrites (#139)

* Prevent accidental user overwrites

* cleanup

* update translation

* update readme
This commit is contained in:
Borislav Pantaleev
2024-11-12 10:15:33 +02:00
committed by GitHub
parent 90328a5b19
commit b94b782547
11 changed files with 141 additions and 8 deletions

View File

@@ -91,6 +91,7 @@ with a proper manifest.json generation on build)
* [Add random password generation on user create/edit form](https://github.com/etkecc/synapse-admin/pull/123)
* [Add option to set user's rate limits](https://github.com/etkecc/synapse-admin/pull/125)
* [Support configuration via /.well-known/matrix/client](https://github.com/etkecc/synapse-admin/pull/126)
* [Prevent accidental user overwrites](https://github.com/etkecc/synapse-admin/pull/139)
_the list will be updated as new changes are added_