X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=799c91c175ff7f102c3b473cc7c7a6542f77ea5b;hb=aa7eb75a2b21809008113779e9b6c5fa7a869c9b;hp=fbabe47ef317ca7ce1c3efa48e6223fba2df687a;hpb=d90c082fc6dc6c5a5343c7ebc90c76442817523d;p=fa-stable.git diff --git a/access/login.php b/access/login.php index fbabe47e..799c91c1 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()) @@ -154,4 +157,4 @@ function defaultCompany() echo "

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