X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=45294376db2c38bfc262a99fac70dd554ab62cf2;hb=a84031edf2c09459a446d896191e27907d8cb188;hp=00b74403bfdf3813d29b6cbcb58480a35832d4bf;hpb=14175bfc95a7ffb1303494f7915931c9096a6898;p=fa-stable.git diff --git a/access/login.php b/access/login.php index 00b74403..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,10 +56,10 @@ function defaultCompany() echo "\n"; echo "\n"; - echo "$title\n"; + echo "$title\n"; echo "\n"; echo " \n"; - echo " \n"; + echo " \n"; send_scripts(); if (!$login_timeout) { @@ -122,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();"); @@ -154,4 +161,4 @@ function defaultCompany() echo "

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