Bugzilla – Attachment 162190 Details for
Bug 36092
sessionID not passed to the template on auth.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36092: Pass the sessionID from checkauth if we hit auth
Bug-36092-Pass-the-sessionID-from-checkauth-if-we-.patch (text/plain), 946 bytes, created by
Martin Renvoize (ashimema)
on 2024-02-15 09:38:03 UTC
(
hide
)
Description:
Bug 36092: Pass the sessionID from checkauth if we hit auth
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-02-15 09:38:03 UTC
Size:
946 bytes
patch
obsolete
>From 0f3d2fea07f7540056a5698dd49af4001cccd713 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 14 Feb 2024 10:33:11 +0100 >Subject: [PATCH] Bug 36092: Pass the sessionID from checkauth if we hit auth > >If we hit the auth page we were not passing sessionID to the template > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > C4/Auth.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index fe84671c82a..599d6e0b29c 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -1479,8 +1479,9 @@ sub checkauth { > > $template->param( > LibraryName => C4::Context->preference("LibraryName"), >+ %info, >+ sessionID => $session->id, > ); >- $template->param(%info); > > if ( $params->{do_not_print} ) { > # This must be used for testing purpose only! >-- >2.43.1
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 36092
:
162139
|
162140
|
162141
|
162142
|
162143
|
162144
|
162158
|
162160
|
162161
|
162189
| 162190 |
162191