Fixed new login page with userNameIsEmail

This commit is contained in:
Ylian Saint-Hilaire 2020-09-11 03:10:55 -07:00
parent 9a65c67ed7
commit a3db0985ba
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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"
]
},

View File

@ -376,7 +376,7 @@
}
if (features & 0x200000) { // Email is username
QH('loginusername', "Email:");
Q('username').placeholder = "Email";
QH('resetAccountSpan', "Forgot password?");
QV('nuUserRow', false);
}