X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=c1d1ebf94c6bd429bc3f096eacd7f99e4778f7b2;hb=a41fc3d75af89ab616e17ec42a116fcf201e5040;hp=3f9a04af90c86038e6469e203de9bf3df551257f;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/access/login.php b/access/login.php index 3f9a04af..c1d1ebf9 100644 --- a/access/login.php +++ b/access/login.php @@ -1,136 +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.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"; - } - else + $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; -?> - - - - - <?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"; +