Persistent login always failed with LDAP auth
authorDan Scott <dscott@laurentian.ca>
Tue, 6 Aug 2013 18:39:48 +0000 (14:39 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 6 Aug 2013 18:41:02 +0000 (14:41 -0400)
Remove the "Stay logged in" checkbox until we uncover the actual problem
with logging in via LDAP and persistence.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates_laurentian/opac/parts/login/form.tt2

index 77a587d..e5ebeb0 100644 (file)
@@ -50,7 +50,7 @@
                         %]
                         <input type='hidden' name='ou_email_host' value='laurentian.ca'/>
                         <input type='hidden' name='redirect_to' value='[% redirect %]'/>
-                        <input type="checkbox" name="persist" id="login_persist" /><label for="login_persist"> [% l('Stay logged in?') %]</label>
+[%- # Disabled persistent login until we figure out how to make this work with LDAP auth -%]
                     </div>
                     <div style="padding-top: 1em; margin-right: 1em;">
                         <input type="submit" value="[% l('Log in') %]" alt="[% l('Log in') %]" class="opac-button" />