Skip to content
Snippets Groups Projects
Commit 48dbdd41 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Benni Mack
Browse files

[TASK] Move reset password logic into a separate class

Since the reset password logic does not directly relate
on the login step, just as MFA, it's now extracted into
a dedicated class. This also allows to cover it with
functional tests.

Next to some code cleanup, the reset password views do
now properly respect the common query parameters, like
`loginProvider` or `redirect`. This helps to unify the
overall authentication process UX as the user does not
longer lose these parameters in some views, while they
are kept in others.

Resolves: #93918
Releases: master
Change-Id: If7a21a1129b5289fd575ef9232c476d3c418aa36
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68773


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 2d76a796
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment