Bugzilla – Attachment 161385 Details for
Bug 35890
AutoLocation system preference + setting the library IP field - can still login and unexpected results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35890: Reject login if IP is not valid
Bug-35890-Reject-login-if-IP-is-not-valid.patch (text/plain), 688 bytes, created by
Jonathan Druart
on 2024-01-25 09:43:56 UTC
(
hide
)
Description:
Bug 35890: Reject login if IP is not valid
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-01-25 09:43:56 UTC
Size:
688 bytes
patch
obsolete
>From 32cc9a9a9bad14c437506c8bfa151b7ff1e99b43 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 24 Jan 2024 16:25:30 +0100 >Subject: [PATCH] Bug 35890: Reject login if IP is not valid > >--- > C4/Auth.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index bc153306bb1..1d31c5b7466 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -1207,6 +1207,7 @@ sub checkauth { > -sameSite => 'Lax', > )); > $info{'wrongip'} = 1; >+ $auth_state = "failed"; > } > } > >-- >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 35890
:
161347
|
161348
|
161375
|
161385
|
161386
|
161701
|
161702
|
161703
|
162136
|
162137
|
162152
|
162153
|
162154