Expose WebUI ban counter to users

This commit is contained in:
Chocobo1 2020-02-12 18:51:38 +08:00
commit f88d6b2e55
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
8 changed files with 67 additions and 5 deletions

View file

@ -194,6 +194,8 @@ public:
void setWebUiUsername(const QString &username);
QByteArray getWebUIPassword() const;
void setWebUIPassword(const QByteArray &password);
int getWebUIMaxAuthFailCount() const;
void setWebUIMaxAuthFailCount(int count);
int getWebUISessionTimeout() const;
void setWebUISessionTimeout(int timeout);