X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=fa91f35252fb730667c92b82e6e96cc1867afeca;hb=3862c1a48d8d699ff03d6fe31ee7b4cf492aa5e0;hp=295fd5372232c37673b725449ea6405af5bf75e8;hpb=7f2bd3c2372cbf89c7b7583633850ab8735aa8fb;p=fa-stable.git diff --git a/access/login.php b/access/login.php index 295fd537..fa91f352 100644 --- a/access/login.php +++ b/access/login.php @@ -11,143 +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"); + include_once($path_to_root . "/includes/ui.inc"); + include_once($path_to_root . "/includes/page/header.inc"); - // Display demo user name and password within login form if "$allow_demo_mode" is true - if ($allow_demo_mode == true) + $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'; -?> - - - - - <?php echo $app_title . " " . $version;?> - - - - - - - - - - - - - -
FrontAccounting
- - - - - - - - - - - - - - - - - - - - - - - - -


- - - - - - - - - - - - - - - - - - - - - -
-
 
+ $def_theme = "default"; -
- - - + "; + 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"; +