Fixed demo account creation. fixes #167

This commit is contained in:
emeric
2021-09-02 21:05:13 +02:00
parent 9e37012090
commit 56a588a06b
19 changed files with 172 additions and 162 deletions
@@ -187,7 +187,7 @@ namespace Auth
}
bool
PAMPasswordService::isPasswordSecureEnough(std::string_view, std::string_view) const
PAMPasswordService::isPasswordSecureEnough(std::string_view, const PasswordValidationContext&) const
{
throw NotImplementedException {};
}