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
1
src/i18n/index.d.ts
vendored
1
src/i18n/index.d.ts
vendored
@@ -155,6 +155,7 @@ interface SynapseTranslationMessages extends TranslationMessages {
|
||||
erase_avatar: string;
|
||||
delete_media: string;
|
||||
redact_events: string;
|
||||
generate_password: string;
|
||||
};
|
||||
};
|
||||
rooms: {
|
||||
|
Reference in New Issue
Block a user