Temporary fixup for the password generator.

This commit is contained in:
Keith Bennett 2014-03-22 12:56:15 +00:00
parent 73f91db939
commit d7a8a43024

View File

@ -489,10 +489,7 @@ void Service::updateEntry(const QString &id, const QString &uuid, const QString
QString Service::generatePassword() QString Service::generatePassword()
{ {
PasswordGenerator * pwGenerator = passwordGenerator(); return QString("nonrandompassword");
return pwGenerator->generatePassword(HttpSettings::passwordLength(),
HttpSettings::passwordCharClasses(),
HttpSettings::passwordGeneratorFlags());
} }
void Service::removeSharedEncryptionKeys() void Service::removeSharedEncryptionKeys()