X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=a390006fbbe9284c876bee571450eea18e4710a3;hb=5a3cbfe6d2df1c8c32edcab8bf93e8a8432a15fc;hp=7d4389f68f858f826b1bfe1816b1ad1b57ea2f6f;hpb=8f7ac519b7aaf8ec219862597e878d3a28316ac6;p=fa-stable.git diff --git a/access/login.php b/access/login.php index 7d4389f6..a390006f 100644 --- a/access/login.php +++ b/access/login.php @@ -11,183 +11,152 @@ ***********************************************************************/ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_to_root'])) die(_("Restricted access")); - include_once($path_to_root . "/includes/ui/ui_view.inc"); - // Display demo user name and password within login form if "$allow_demo_mode" is true - if ($allow_demo_mode == true) + include_once($path_to_root . "/includes/ui.inc"); + include_once($path_to_root . "/includes/page/header.inc"); + + $js = ""; + add_js_file('login.js'); + // Display demo user name and password within login form if allow_demo_mode option is true + if ($SysPrefs->allow_demo_mode == true) { $demo_text = _("Login as user: demouser and password: password"); } else { $demo_text = _("Please login here"); + if (@$SysPrefs->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; } + flush_dir(user_js_cache()); if (!isset($def_coy)) $def_coy = 0; - $def_theme = $path_to_root . '/themes/default'; + $def_theme = "default"; -$ajax_timeout = strstr($_SERVER['PHP_SELF'], 'timeout.php'); + $login_timeout = $_SESSION["wa_current_user"]->last_act; - echo " - "; -if (!$ajax_timeout) { // page header - echo ''; ?> - - <?php echo $app_title . " " . $version;?> - - - + $title = $login_timeout ? _('Authorization timeout') : $SysPrefs->app_title." ".$version." - "._("Login"); + $encoding = isset($_SESSION['language']->encoding) ? $_SESSION['language']->encoding : "iso-8859-1"; + $rtl = isset($_SESSION['language']->dir) ? $_SESSION['language']->dir : "ltr"; + $onload = !$login_timeout ? "onload='defaultCompany()'" : ""; - - - <?php echo 'Timeout'?> - - - - - - - - + echo "\n"; + echo "\n"; + echo "$title\n"; + echo "\n"; + echo " \n"; + echo " \n"; + send_scripts(); + if (!$login_timeout) + { + echo $js; + } + echo "\n"; - - - -
FrontAccounting
+ echo "\n"; - - - - - - - - - - - - - - - - - - - - - - - - - - -


-
- - - - - - - - - - - - - - "; + echo ""; + echo "\n"; + echo ""; + } else { + text_row(_("Company"), "company_login_nickname", "", 20, 50); + } + start_row(); + label_cell($demo_text, "colspan=2 align='center' id='log_msg'"); + end_row(); + }; + end_table(1); + echo "\n"; + echo "
\n"; foreach($_SESSION['timeout']['post'] as $p => $val) { // add all request variables to be resend together with login data if (!in_array($p, array('ui_mode', 'user_name_entry_field', 'password', 'SubmitUser', 'company_login_name'))) - echo ""; + if (!is_array($val)) + echo ""; + else + foreach($val as $i => $v) + echo ""; } -?> -
-
-
 
+ end_form(1); + $Ajax->addScript(true, "document.forms[0].password.focus();"); -
- - - + "; + div_end(); + echo "\n"; + echo ""; + if (isset($_SESSION['wa_current_user'])) + $date = Today() . " | " . Now(); + else + $date = date("m/d/Y") . " | " . date("h.i am"); + echo "\n"; + echo "
$date
\n"; + echo "\n"; + echo "\n"; + echo "\n"; + echo "\n"; + echo "\n"; + echo "\n"; + echo "\n"; + echo "

\n"; + echo "\n"; +