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

(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 1265-1270 sub checkauth { Link Here
1265
        PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"),
1265
        PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"),
1266
        opac_css_override                     => $ENV{'OPAC_CSS_OVERRIDE'},
1266
        opac_css_override                     => $ENV{'OPAC_CSS_OVERRIDE'},
1267
        too_many_login_attempts               => ( $patron and $patron->account_locked ),
1267
        too_many_login_attempts               => ( $patron and $patron->account_locked ),
1268
        KOHA_VERSION                          => C4::Context->preference('Version'),
1268
    );
1269
    );
1269
1270
1270
    $template->param( SCO_login => 1 ) if ( $query->param('sco_user_login') );
1271
    $template->param( SCO_login => 1 ) if ( $query->param('sco_user_login') );
1271
- 

Return to bug 20187