mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Temporary fixup for the password generator.
This commit is contained in:
parent
73f91db939
commit
d7a8a43024
@ -489,10 +489,7 @@ void Service::updateEntry(const QString &id, const QString &uuid, const QString
|
||||
|
||||
QString Service::generatePassword()
|
||||
{
|
||||
PasswordGenerator * pwGenerator = passwordGenerator();
|
||||
return pwGenerator->generatePassword(HttpSettings::passwordLength(),
|
||||
HttpSettings::passwordCharClasses(),
|
||||
HttpSettings::passwordGeneratorFlags());
|
||||
return QString("nonrandompassword");
|
||||
}
|
||||
|
||||
void Service::removeSharedEncryptionKeys()
|
||||
|
Loading…
Reference in New Issue
Block a user