mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-09 06:55:41 +00:00
webapp: setting username to lower case.
This commit is contained in:
@@ -496,7 +496,7 @@ function login(username, password) {
|
||||
var autoLogin = false;
|
||||
|
||||
if (username == null) {
|
||||
username = $("#txtUser").val();
|
||||
username = $("#txtUser").val().toLowerCase();
|
||||
password = $("#txtPass").val();
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user