Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Use ConfigurationManagerInterface in ext:felogin
Currently, extbase `ConfigurationManager` is directly used in ext:felogin for the password recovery functionality. With this change, `ConfigurationManagerInterface` is used instead of `ConfigurationManager`, so DI can decide which implementation of `ConfigurationManager` should be used. Resolves: #101894 Releases: main, 12.4 Signed-off-by: Torben Hansen <[email protected]> Change-Id: I0a09e88b3d778f3da850fbd753d5ef43cdbb9f25 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80941 Tested-by: Benjamin Franzke <[email protected]> Reviewed-by: Benjamin Franzke <[email protected]> Reviewed-by: Oliver Klee <[email protected]> Reviewed-by: Georg Ringer <[email protected]> Tested-by: core-ci <[email protected]> Tested-by: Georg Ringer <[email protected]>
- Loading branch information