Breaking: #21638 - AbstractUserAuthentication::lockIP property removed
See forge#21638
Description
The IP-locking-functionality is extended from IPv4 only to now also support IPv6. A separate IpLocker-functionality was added.
The public property
lock
in
\TYPO3\
is now removed.
It usually shouldn't have been accessed directly and supported IPv4 only.
Impact
Extensions relying on
lock
won't be able to perform their task anymore.
This might for example be the case when
lock
was set dynamically, depending on the REMOTE_ADDR.
Affected Installations
Every 3rd party extension depending on the formerly public
lock
property is affected.
Migration
Set
lock
and
lock
in
TYPO3_
- for FE or BE depending on the use case.
Use the new
\TYPO3\
API.