[users] sample config and stub function for libpwquality

This commit is contained in:
Adriaan de Groot 2018-01-23 15:28:49 +01:00
parent 27e1de6548
commit 354cb79cb1
3 changed files with 26 additions and 2 deletions

View file

@ -473,5 +473,5 @@ UsersPage::addPasswordCheck( const QString& key, const QVariant& value )
}
#endif
else
cDebug() << "WARNING: Unknown password-check key" << '"' << key << '"';
cDebug() << "WARNING: Unknown password-check key" << key;
}