Bugzilla – Attachment 71546 Details for
Bug 20189
No style on authentication and installer pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20187: Add another KOHA_VERSION in C4/Auth
Bug-20187-Add-another-KOHAVERSION-in-C4Auth.patch (text/plain), 1.07 KB, created by
Victor Grousset/tuxayo
on 2018-02-13 14:57:46 UTC
(
hide
)
Description:
Bug 20187: Add another KOHA_VERSION in C4/Auth
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2018-02-13 14:57:46 UTC
Size:
1.07 KB
patch
obsolete
>From 771ebe746b89a75051add55ae90db13dbb196923 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 13 Feb 2018 15:33:12 +0100 >Subject: [PATCH] Bug 20187: Add another KOHA_VERSION in C4/Auth > >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> > >https://bugs.koha-community.org/show_bug.cgi?id=20189 >--- > C4/Auth.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 9942593..c3ad351 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -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') ); >-- >2.7.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20189
:
71543
|
71546
|
71548
|
71555
|
71556