Bugzilla – Attachment #162153: Bug 35890: Reject login if IP is not valid for
bug #35890
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 35890
Collapse All
|
Expand All
(-)
a/C4/Auth.pm (-1 / +1 lines)
Lines 1209-1214 sub checkauth {
Link Here
1209
-sameSite => 'Lax',
1209
-sameSite => 'Lax',
1210
));
1210
));
1211
$info{'wrongip'} = 1;
1211
$info{'wrongip'} = 1;
1212
$auth_state = "failed";
1212
}
1213
}
1213
}
1214
}
1214
1215
1215
-
Return to
bug 35890