Review from code factor

This commit is contained in:
emeric
2021-03-05 15:18:49 +01:00
parent 1b49e8f6a6
commit 1762b08e42
5 changed files with 0 additions and 6 deletions
@@ -36,7 +36,6 @@ namespace Auth
InternalPasswordService(std::size_t maxThrottlerEntries, IAuthTokenService& authTokenService);
private:
bool checkUserPassword(Database::Session& session,
std::string_view loginName,
std::string_view password) override;
@@ -81,7 +81,6 @@ namespace Auth
}
private:
class ConvContext
{
public:
@@ -159,7 +158,6 @@ namespace Auth
ConvContext* _convContext {};
pam_conv _conv {&PAMContext::conv, this};
pam_handle_t *_pamh {};
};
bool
@@ -31,7 +31,6 @@ namespace Auth
using PasswordServiceBase::PasswordServiceBase;
private:
bool checkUserPassword(Database::Session& session,
std::string_view loginName,
std::string_view password) override;
-1
View File
@@ -107,7 +107,6 @@ class LmsApplication : public Wt::WApplication
Wt::Signal<>& preQuit() { return _preQuit; }
private:
void init();
void setTheme();
void processPasswordAuth();
-1
View File
@@ -493,7 +493,6 @@ SettingsView::refreshView()
saveBtn->clicked().connect([=]()
{
{
auto transaction {LmsApp->getDbSession().createSharedTransaction()};