Bug #34238
[BE][lockIP] issue
| Status: | New | Start date: | 2012-02-24 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
The extension doesn't work if I change the default value of "[BE][lockIP]" in the "Install Tool->All Configuration".
I need to change the default value of 4 to 3 ("[BE][lockIP] = 3"), but it doesn't work, the session in the "be_sessions" table gets deleted as soon as I try to enter in the backend (or maybe it's a core bug?).
I have not tried to change the value to 2,1 or 0, but I asume that it won't work with any other value that it's not 4 (the default value).
History
Updated by Ronny Ramírez R. about 1 year ago
I forgot to mention that as a side effect of the deleted BE login session, the extension goes into an infinite loop in the FE, after login, because it always meets the following condition:
if (!$backendUserLoggedIn && $ conf ['allow'] && $ GLOBALS ["TSFE"] -> loginUser) {