Remove ou_email_host from LU login form
authorDan Scott <dan@coffeecode.net>
Thu, 5 Dec 2019 17:10:51 +0000 (12:10 -0500)
committerDan Scott <dan@coffeecode.net>
Fri, 3 Jan 2020 19:31:28 +0000 (14:31 -0500)
No longer necessary as we can rely on standard LDAP_Auth.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/src/templates_laurentian/opac/parts/login/form.tt2

index a5c37bf..b336716 100644 (file)
@@ -51,7 +51,6 @@
                 redirect = redirect  | replace('^http:', 'https:');
             %]
             <input type='hidden' name='redirect_to' value='[% redirect | html %]'/>
-            <input type='hidden' name='ou_email_host' value='laurentian.ca'/>
             <input type="checkbox" name="persist" id="login_persist" /><label for="login_persist"> [% l('Stay logged in?') %]</label>
             <input type="submit" value="[% l('Log in') %]" alt="[% l('Log in') %]" class="opac-button" />
         </div>