Bugzilla – Attachment 139294 Details for
Bug 27342
Improve readability and improvement of C4::Auth::get_template_and_user
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27342: Fix C4::ILSDI::Services::AuthenticatePatron
Bug-27342-Fix-C4ILSDIServicesAuthenticatePatron.patch (text/plain), 968 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-08-17 13:33:55 UTC
(
hide
)
Description:
Bug 27342: Fix C4::ILSDI::Services::AuthenticatePatron
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-08-17 13:33:55 UTC
Size:
968 bytes
patch
obsolete
>From 5ec01dd3261b5aefdd9b5feaaa059c3fb300ac55 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 17 Aug 2022 10:33:07 -0300 >Subject: [PATCH] Bug 27342: Fix C4::ILSDI::Services::AuthenticatePatron > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > C4/ILSDI/Services.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm >index 1c5b35c1ac..17f55cfe58 100644 >--- a/C4/ILSDI/Services.pm >+++ b/C4/ILSDI/Services.pm >@@ -393,7 +393,7 @@ sub AuthenticatePatron { > my ($cgi) = @_; > my $username = $cgi->param('username'); > my $password = $cgi->param('password'); >- my ($status, $cardnumber, $userid) = C4::Auth::checkpw( C4::Context->dbh, $username, $password ); >+ my ($status, $cardnumber, $userid) = C4::Auth::checkpw( $username, $password ); > if ( $status == 1 ) { > # Track the login > C4::Auth::track_login_daily( $userid ); >-- >2.34.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 27342
:
114874
|
114875
|
132024
|
132025
|
138948
|
138949
|
138950
|
139196
| 139294