From d7a8a4302412441ee0fe61ed12015deed2d0a5ae Mon Sep 17 00:00:00 2001 From: Keith Bennett Date: Sat, 22 Mar 2014 12:56:15 +0000 Subject: [PATCH] Temporary fixup for the password generator. --- src/http/Service.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/http/Service.cpp b/src/http/Service.cpp index fad340d07..3342ef15b 100644 --- a/src/http/Service.cpp +++ b/src/http/Service.cpp @@ -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()