mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Expose WebUI ban counter to users
This commit is contained in:
parent
316f34cbf5
commit
f88d6b2e55
8 changed files with 67 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue