add random password generation on user create/edit form (#123)

* Add button to generate password in UserEdit

* increase default random password length to 64, add more possible symbols to the generator

* update readme
This commit is contained in:
Borislav Pantaleev
2024-11-06 11:48:44 +02:00
committed by GitHub
parent cd1ca7c039
commit a04b24a5d5
11 changed files with 41 additions and 4 deletions

View File

@@ -88,6 +88,7 @@ with a proper manifest.json generation on build)
* [Sanitize CSV on import](https://github.com/etkecc/synapse-admin/pull/101)
* Allow setting version using `SYNAPSE_ADMIN_VERSION` environment variable on build (if git is not available)
* [Add option to control user's experimental features](https://github.com/etkecc/synapse-admin/pull/111)
* [Add random password generation on user create/edit form](https://github.com/etkecc/synapse-admin/pull/123)
_the list will be updated as new changes are added_