Bug 20189: Fix style on the authentication page
Needed when logging out and in again.. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Victor Grousset <victor.grousset@biblibre.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
818f1c2f83
commit
c5dcfcd6b3
1 changed files with 1 additions and 0 deletions
|
@ -1265,6 +1265,7 @@ sub checkauth {
|
|||
PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"),
|
||||
opac_css_override => $ENV{'OPAC_CSS_OVERRIDE'},
|
||||
too_many_login_attempts => ( $patron and $patron->account_locked ),
|
||||
KOHA_VERSION => C4::Context->preference('Version'),
|
||||
);
|
||||
|
||||
$template->param( SCO_login => 1 ) if ( $query->param('sco_user_login') );
|
||||
|
|
Loading…
Reference in a new issue