X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=759a732755cad0458024568c5f5d86c1315da0cf;hb=11e485e4a7c5f12c9424713b7330815a9cc5e4ae;hp=dc2a1965e691a7d0d32bd851e70f51098c2aa179;hpb=d2bd6087025dfd8497777f6ce2305ff98879473a;p=fa-stable.git diff --git a/access/login.php b/access/login.php index dc2a1965..759a7327 100644 --- a/access/login.php +++ b/access/login.php @@ -1,114 +1,153 @@ . + See the License here . ***********************************************************************/ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_to_root'])) - die("Restricted access"); + 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) + if ($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 (!isset($def_coy)) $def_coy = 0; $def_theme = $path_to_root . '/themes/default'; -?> - - - + +$login_timeout = $_SESSION["wa_current_user"]->last_act; + + echo " + "; +if (!$login_timeout) { // page header + echo ''; ?> <?php echo $app_title . " " . $version;?> - + - + + + <?php echo _('Authorization timeout'); ?> + + + - +
FrontAccounting + FrontAccounting + + + +
- + + @@ -120,20 +159,25 @@ for ($i = 0; $i < count($db_connections); $i++) - + + +




+
- - - - - - - - - - + + + "; + + 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 ""; + } +?>
+