X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=799c91c175ff7f102c3b473cc7c7a6542f77ea5b;hb=aa7eb75a2b21809008113779e9b6c5fa7a869c9b;hp=24a74a1c0ac079287f29c59eb9fa12dd42c53210;hpb=0c7e0756d4b52a0f9a9bd25c44eaeed131c2e179;p=fa-stable.git diff --git a/access/login.php b/access/login.php index 24a74a1c..799c91c1 100644 --- a/access/login.php +++ b/access/login.php @@ -29,6 +29,19 @@ function defaultCompany() else { $demo_text = _("Please login here"); + if (@$allow_password_reset) { + $demo_text .= " "._("or")." "._("request new password").""; + } + } + + if (check_faillog()) + { + $blocked_msg = ''._('Too many failed login attempts.
Please wait a while or try later.').'
'; + + $js .= ""; + $demo_text = $blocked_msg; } if (!isset($def_coy)) $def_coy = 0; @@ -43,9 +56,10 @@ function defaultCompany() echo "\n"; echo "\n"; - echo "$title\n"; + echo "$title\n"; echo "\n"; echo " \n"; + echo " \n"; send_scripts(); if (!$login_timeout) { @@ -97,15 +111,15 @@ function defaultCompany() echo ""; } else { // $coy = $def_coy; - text_row(_("Company"), "company_login_nickname", "", 20, 30); + text_row(_("Company"), "company_login_nickname", "", 20, 50); } start_row(); - label_cell($demo_text, "colspan=2 align='center'"); + label_cell($demo_text, "colspan=2 align='center' id='log_msg'"); end_row(); }; end_table(1); echo "
\n"; + .($login_timeout ? '':" onclick='set_fullmode();'").(isset($blocked_msg) ? " disabled" : '')." />\n"; foreach($_SESSION['timeout']['post'] as $p => $val) { // add all request variables to be resend together with login data @@ -143,4 +157,4 @@ function defaultCompany() echo "

\n"; echo "\n"; -?> \ No newline at end of file +?>