Breaking: #95132 - Set password forgot hash based on user uid in ext:felogin
See forge#95132
Description
The signature of the send
function in the
\TYPO3\
has changed. The function
now requires 2 arguments in order to support scenarios for multi-site TYPO3
setups with multiple storage folders for users with the same email address.
Additionally, the Recovery
class now does not implement
\TYPO3\
any more, since
the interface has been removed.
Impact
3rd party extensions implementing Recovery
have to be adapted
manually to support the new function signature.
3rd party extensions implementing Recovery
have to be
adapted manually to extend Recovery
instead.
Affected installations
3rd party extensions implementing Recovery
and
Recovery
.
Migration
Custom implementations of Recovery
must be adopted to support the new
function signature send
.
Custom implementations of Recovery
must be adopted to
extend Recovery
instead.