Check WebUI username and password length. Closes #4191

This commit is contained in:
ngosang
2016-01-31 18:30:43 +01:00
parent f23cd9204c
commit 2ee43758d5
4 changed files with 27 additions and 15 deletions

View File

@@ -166,6 +166,7 @@ private:
void setSslKey(const QByteArray &key, bool interactive = true);
void setSslCertificate(const QByteArray &cert, bool interactive = true);
bool schedTimesOk();
bool webUIAuthenticationOk();
private:
QButtonGroup choiceLanguage;