mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-12 22:11:25 -05:00
add default charset when not specified
explicitly state the wordcount default value
This commit is contained in:
parent
e9612ee9e6
commit
e57a2e0fa9
7 changed files with 16 additions and 12 deletions
|
|
@ -133,8 +133,7 @@ int Add::execute(QStringList arguments)
|
|||
passwordGenerator.setLength(passwordLength.toInt());
|
||||
}
|
||||
|
||||
passwordGenerator.setCharClasses(PasswordGenerator::LowerLetters | PasswordGenerator::UpperLetters |
|
||||
PasswordGenerator::Numbers);
|
||||
passwordGenerator.setCharClasses(PasswordGenerator::DefaultCharset);
|
||||
QString password = passwordGenerator.generatePassword();
|
||||
entry->setPassword(password);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue