mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-24 06:05:53 -05:00
Fixed new login page with userNameIsEmail
This commit is contained in:
parent
9a65c67ed7
commit
a3db0985ba
2
public/scripts/amt-wsman-0.2.0-min.js
vendored
2
public/scripts/amt-wsman-0.2.0-min.js
vendored
File diff suppressed because one or more lines are too long
@ -13471,6 +13471,7 @@
|
||||
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
|
||||
"login.handlebars->5->43",
|
||||
"login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3",
|
||||
"login2.handlebars->7->22",
|
||||
"login2.handlebars->7->44",
|
||||
"login2.handlebars->centralTable->1->0->logincell->resetpanel->1->7->1->0->1",
|
||||
"login2.handlebars->centralTable->1->0->logincell->resetpanel->1->7->1->0->1",
|
||||
@ -13787,7 +13788,6 @@
|
||||
"login.handlebars->5->21",
|
||||
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->2->nuEmail",
|
||||
"login.handlebars->container->column_l->centralTable->1->0->logincell->resetpanel->1->7->1->0->1",
|
||||
"login2.handlebars->7->22",
|
||||
"login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->2->nuEmail"
|
||||
]
|
||||
},
|
||||
|
@ -376,7 +376,7 @@
|
||||
}
|
||||
|
||||
if (features & 0x200000) { // Email is username
|
||||
QH('loginusername', "Email:");
|
||||
Q('username').placeholder = "Email";
|
||||
QH('resetAccountSpan', "Forgot password?");
|
||||
QV('nuUserRow', false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user