Bugzilla – Attachment 161702 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), 769 bytes, created by
Matt Blenkinsop
on 2024-01-31 16:51:35 UTC
(
hide
)
Description:
Bug 35890: Reject login if IP is not valid
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-01-31 16:51:35 UTC
Size:
769 bytes
patch
obsolete
>From c81a49f521403a11e1b21b6ec7157740373a11b1 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 > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >--- > C4/Auth.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index bc153306bb..1d31c5b746 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -1207,6 +1207,7 @@ sub checkauth { > -sameSite => 'Lax', > )); > $info{'wrongip'} = 1; >+ $auth_state = "failed"; > } > } > >-- >2.37.1 (Apple Git-137.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