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
@@ -180,6 +180,7 @@ const zh: SynapseTranslationMessages = {
|
||||
erase_avatar: "抹掉头像",
|
||||
delete_media: "删除用户上传的所有媒体",
|
||||
redact_events: "重新编辑用户(-s)发送的所有事件",
|
||||
generate_password: "生成密码",
|
||||
},
|
||||
},
|
||||
rooms: {
|
||||
|
||||
Reference in New Issue
Block a user