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
@@ -193,6 +193,7 @@ const ru: SynapseTranslationMessages = {
|
||||
erase_avatar: "Удалить аватар",
|
||||
delete_media: "Удаление всех медиафайлов, загруженных пользователем (-ами)",
|
||||
redact_events: "Удаление всех событий, отправленных пользователем (-ами)",
|
||||
generate_password: "Сгенерировать пароль",
|
||||
},
|
||||
},
|
||||
rooms: {
|
||||
|
Reference in New Issue
Block a user