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

@@ -193,6 +193,7 @@ const ru: SynapseTranslationMessages = {
erase_avatar: "Удалить аватар",
delete_media: "Удаление всех медиафайлов, загруженных пользователем (-ами)",
redact_events: "Удаление всех событий, отправленных пользователем (-ами)",
generate_password: "Сгенерировать пароль",
},
},
rooms: {