View | Details | Raw Unified | Return to bug 31382
Collapse All | Expand All

(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 1407-1412 sub checkauth { Link Here
1407
        PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"),
1407
        PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"),
1408
        opac_css_override                     => $ENV{'OPAC_CSS_OVERRIDE'},
1408
        opac_css_override                     => $ENV{'OPAC_CSS_OVERRIDE'},
1409
        too_many_login_attempts               => ( $patron and $patron->account_locked ),
1409
        too_many_login_attempts               => ( $patron and $patron->account_locked ),
1410
        password_has_expired                  => ( $patron and $patron->password_expired ),
1410
    );
1411
    );
1411
1412
1412
    $template->param( SCO_login => 1 ) if ( $query->param('sco_user_login') );
1413
    $template->param( SCO_login => 1 ) if ( $query->param('sco_user_login') );
1413
- 

Return to bug 31382