[start page] limited length of login parameters

This commit is contained in:
Maxim Kadushkin
2016-10-17 14:19:47 +03:00
parent 0e897b7631
commit 48fecb7737
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -46,8 +46,8 @@ window.LoginDlg = function() {
'<p id="auth-error" class="msg-error">' + utils.Lang.errLogin + '</p>' +
'</section>'+
'<input id="auth-portal" type="text" name="" spellcheck="false" class="tbox auth-control first" placeholder="'+utils.Lang.pshPortal+'" value="">' +
'<input id="auth-email" type="text" name="" spellcheck="false" class="tbox auth-control" placeholder="'+utils.Lang.pshEmail+'" value="">' +
'<input id="auth-pass" type="password" name="" spellcheck="false" class="tbox auth-control last" placeholder="'+utils.Lang.pshPass+'" value="">' +
'<input id="auth-email" type="text" name="" spellcheck="false" class="tbox auth-control" placeholder="'+utils.Lang.pshEmail+'" maxlenght="255" value="">' +
'<input id="auth-pass" type="password" name="" spellcheck="false" class="tbox auth-control last" placeholder="'+utils.Lang.pshPass+'" maxlenght="64" value="">' +
'<div id="box-btn-login" class="lr-flex">'+
'<a id="link-restore" class="text-sub link" target="popup" href="javascript:void(0)">' + utils.Lang.linkForgotPass + '</a>'+
'<span />'+