From 1f64c301a5ecfea1bb444c3ba16a7bbfd1c695f8 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 30 Aug 2012 12:01:00 -0400 Subject: [PATCH] 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 --- .../templates_laurentian/opac/parts/login/form.tt2 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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" %]
-- 2.11.0