X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=c1d1ebf94c6bd429bc3f096eacd7f99e4778f7b2;hb=7b4a41683cfde121c70adbb44ddcc30efa5c2f95;hp=5644151811e195cbd93c31dbdc909626cc5aa095;hpb=bf343dcf1df5d82c25ed8079bed766a54bd1b17c;p=fa-stable.git diff --git a/access/login.php b/access/login.php index 56441518..c1d1ebf9 100644 --- a/access/login.php +++ b/access/login.php @@ -1,143 +1,177 @@ . +***********************************************************************/ 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 - $demo_text = ""; - if ($allow_demo_mode == True) + die(_("Restricted access")); + 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: cooldemo"; + $demo_text = _("Login as user: demouser and password: password"); } else { - $demo_text = "Please login here"; + $demo_text = _("Please login here"); + if (@$SysPrefs->allow_password_reset) { + $demo_text .= " "._("or")." "._("request new password").""; + } } + + if (check_faillog()) + { + $blocked = true; + + $js .= ""; + $demo_text = ''._('Too many failed login attempts.
Please wait a while or try later.').'
'; + } elseif ($_SESSION["wa_current_user"]->login_attempt > 1) { + $demo_text = ''._("Invalid password or username. Please, try again.").''; + } + + flush_dir(user_js_cache()); if (!isset($def_coy)) $def_coy = 0; - $def_theme = $path_to_root . '/themes/default'; -?> - - - - - <?php echo $app_title . " " . $version;?> - - - - - - - - - - - - - -
FrontAccounting
- - - - - - - - - - - - - - - - - - - - - - - - -


- - - - - - - - - - - - - - - - - - - - - -
-
 
+ $def_theme = "default"; + + $login_timeout = $_SESSION["wa_current_user"]->last_act; -
- - - + "; + 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"; +