X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=access%2Flogin.php;h=45294376db2c38bfc262a99fac70dd554ab62cf2;hb=e995fe17b02ab69e4223b0f643ec9ab365c58b87;hp=9984e0a6cf72894d90a6e0c06207d092a3bdd450;hpb=5a631581a2612b0f429a88b725697d6970a6c9a3;p=fa-stable.git diff --git a/access/login.php b/access/login.php index 9984e0a6..45294376 100644 --- a/access/login.php +++ b/access/login.php @@ -29,6 +29,9 @@ function defaultCompany() else { $demo_text = _("Please login here"); + if (@$allow_password_reset) { + $demo_text .= " "._("or")." "._("request new password").""; + } } if (check_faillog()) @@ -53,9 +56,10 @@ function defaultCompany() echo "\n"; echo "\n"; - echo "$title\n"; + echo "$title\n"; echo "\n"; echo " \n"; + echo " \n"; send_scripts(); if (!$login_timeout) { @@ -121,7 +125,11 @@ function defaultCompany() // 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 ""; + if (!is_array($val)) + echo ""; + else + foreach($val as $i => $v) + echo ""; } end_form(1); $Ajax->addScript(true, "document.forms[0].password.focus();"); @@ -153,4 +161,4 @@ function defaultCompany() echo "

\n"; echo "\n"; -?> \ No newline at end of file +?>