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:

committed by
GitHub

parent
cd1ca7c039
commit
a04b24a5d5
@@ -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_
|
||||
|
||||
|
Reference in New Issue
Block a user