Review from code factor
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -107,7 +107,6 @@ class LmsApplication : public Wt::WApplication
|
||||
Wt::Signal<>& preQuit() { return _preQuit; }
|
||||
|
||||
private:
|
||||
|
||||
void init();
|
||||
void setTheme();
|
||||
void processPasswordAuth();
|
||||
|
||||
@@ -493,7 +493,6 @@ SettingsView::refreshView()
|
||||
|
||||
saveBtn->clicked().connect([=]()
|
||||
{
|
||||
|
||||
{
|
||||
auto transaction {LmsApp->getDbSession().createSharedTransaction()};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user