From: Dan Scott Date: Thu, 30 Aug 2012 16:01:00 +0000 (-0400) Subject: Customize login form for Laurentian LDAP login X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1f64c301a5ecfea1bb444c3ba16a7bbfd1c695f8;p=contrib%2FConifer.git Customize login form for Laurentian LDAP login Now that we're synced up with LDAP authentication, provide the appropriate guidance on the login form. Set ou_email_host via a hidden form variable. Provide more rational inline help for OSUL login form. Link to the OSUL password reset form on login failure Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates_laurentian/opac/parts/login/form.tt2 b/Open-ILS/src/templates_laurentian/opac/parts/login/form.tt2 index 1e23a98e40..f460c0b068 100644 --- a/Open-ILS/src/templates_laurentian/opac/parts/login/form.tt2 +++ b/Open-ILS/src/templates_laurentian/opac/parts/login/form.tt2 @@ -6,8 +6,9 @@ ELSIF ctx.login_failed_event.textcode == 'PATRON_INACTIVE'; l("This account has been deactivated. Please contact your local library."); ELSE; - l("Login failed. The username or password provided was not valid. - Ensure Caps-Lock is off and try again or contact your local library."); + l("Login failed. The username or password provided was not valid. + Ensure Caps-Lock is off and try again."); + l(" Or reset your password."); END; %] @@ -15,24 +16,23 @@ -
[% INCLUDE "opac/parts/login/help.tt2" %]