X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=fa91f35252fb730667c92b82e6e96cc1867afeca;hb=ae3b2bb8305be80dfb1e4e89bd10a0395c7db5ba;hp=593f499279934942c9f9f524ff3651e92610fff4;hpb=8ffddf50ffbe93672c769e2cf0501d0f9125e2a0;p=fa-stable.git diff --git a/access/login.php b/access/login.php index 593f4992..fa91f352 100644 --- a/access/login.php +++ b/access/login.php @@ -29,9 +29,9 @@ function defaultCompany() else { $demo_text = _("Please login here"); - if (@$SysPrefs->allow_password_reset) { - $demo_text .= " "._("or")." "._("request new password").""; - } + if (@$SysPrefs->allow_password_reset) { + $demo_text .= " "._("or")." "._("request new password").""; + } } if (check_faillog()) @@ -109,7 +109,6 @@ function defaultCompany() echo "\n"; echo ""; } else { -// $coy = $def_coy; text_row(_("Company"), "company_login_nickname", "", 20, 50); } start_row();