Bugzilla – Attachment #161702: 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 1207-1212 sub checkauth {
Link Here
1207
-sameSite => 'Lax',
1207
-sameSite => 'Lax',
1208
));
1208
));
1209
$info{'wrongip'} = 1;
1209
$info{'wrongip'} = 1;
1210
$auth_state = "failed";
1210
}
1211
}
1211
}
1212
}
1212
1213
1213
-
Return to
bug 35890