X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=fbabe47ef317ca7ce1c3efa48e6223fba2df687a;hb=08c6b6eb6affc0b42cd47165bd475c6ce1a2c8dc;hp=faad080674377ff23ac94b23b57aca59fe95c1cb;hpb=85e0fb48a286ab409a218a8941162ca35a52bfd7;p=fa-stable.git diff --git a/access/login.php b/access/login.php index faad0806..fbabe47e 100644 --- a/access/login.php +++ b/access/login.php @@ -11,8 +11,16 @@ ***********************************************************************/ 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"); + $js = ""; + add_js_file('login.js'); // Display demo user name and password within login form if "$allow_demo_mode" is true if ($allow_demo_mode == true) { @@ -22,132 +30,128 @@ { $demo_text = _("Please login here"); } + + 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; - $def_theme = $path_to_root . '/themes/default'; -?> - - -'.get_js_png_fix().''; ?> - - <?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"; + +?> \ No newline at end of file