Bug #58699
closedIPv6 completely ignored by FE/BE lockIP
0%
Description
I got the privacy extensions enabled on my system, which causes the IPv6 to change quite frequently.
But the ['BE']['lockIP'] setting is useless for IPv6. So Typo3 throws me out of the backend if the IP changes.
I would propose to add an additional config value only for IPv6 addresses (['BE']['lockIPv6'] and ['FE']['lockIPv6'])
some changes i managed to trace back:
sysext/core/Classes/Core/Bootstrap.php -> initializeBackendUser()
sysext/core/Classes/Authentication/AbstractUserAuthentication.php -> ipLockClause_remoteIPNumber()
since IPv6 becomes more and more popular this becomes more and more of an issue
Updated by Markus Klein over 10 years ago
What is the difference to #21638 in this bug report?
Otherwise I tend to mark this a duplicate.
Updated by Robotic-Brain no-lastname-given over 10 years ago
The other is more of a workaround and targeted at Typo3 4.7,
but I guess you could call this a duplicate...
the problem still is, that you might want different rules for IPv4/IPv6
Updated by Markus Klein over 10 years ago
Ok closing this as duplicate of #21638. Please consider to watch the other issue.