[!!!][TASK] Remove security.usePasswordPolicyForFrontendUsers
The feature toggle `security.usePasswordPolicyForFrontendUsers` has been introduced in TYPO3 12.3 to provide a smooth migration path for websites using the deprecated TypoScript based password validation in the password recovery process of ext:felogin. Since the TypoScript based password validation in ext:felogin has been removed with #101097, the previously introduced feature toggle has become obsolete. This change removes the feature toggle `security.usePasswordPolicyForFrontendUsers` and all related code. Resolves: #102023 Related: #97390 Related: #101097 Releases: main Signed-off-by:Torben Hansen <derhansen@gmail.com> Change-Id: If09ba49e403fe5e3aaf99d054e0dd9b355a93f24 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81186 Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/backend/Classes/Form/Element/PasswordElement.php 0 additions, 11 deletions...3/sysext/backend/Classes/Form/Element/PasswordElement.php
- typo3/sysext/core/Classes/Configuration/Features.php 2 additions, 0 deletionstypo3/sysext/core/Classes/Configuration/Features.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 0 additions, 8 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 0 additions, 1 deletiontypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Configuration/DefaultConfigurationDescription.yaml 0 additions, 5 deletions...t/core/Configuration/DefaultConfigurationDescription.yaml
- typo3/sysext/core/Configuration/FactoryConfiguration.php 0 additions, 3 deletionstypo3/sysext/core/Configuration/FactoryConfiguration.php
- typo3/sysext/core/Documentation/Changelog/13.0/Breaking-102023-RemoveSecurityusePasswordPolicyForFrontendUsers.rst 43 additions, 0 deletions...02023-RemoveSecurityusePasswordPolicyForFrontendUsers.rst
- typo3/sysext/felogin/Classes/Controller/PasswordRecoveryController.php 24 additions, 31 deletions...felogin/Classes/Controller/PasswordRecoveryController.php
- typo3/sysext/felogin/Configuration/TypoScript/constants.typoscript 0 additions, 2 deletions...ext/felogin/Configuration/TypoScript/constants.typoscript
- typo3/sysext/felogin/Configuration/TypoScript/setup.typoscript 0 additions, 3 deletions.../sysext/felogin/Configuration/TypoScript/setup.typoscript
- typo3/sysext/felogin/Resources/Private/Templates/PasswordRecovery/ShowChangePassword.html 1 addition, 6 deletions...rivate/Templates/PasswordRecovery/ShowChangePassword.html
- typo3/sysext/install/Classes/Service/SilentConfigurationUpgradeService.php 2 additions, 0 deletions...all/Classes/Service/SilentConfigurationUpgradeService.php
- typo3/sysext/install/Classes/Updates/PasswordPolicyForFrontendUsersUpdate.php 0 additions, 89 deletions.../Classes/Updates/PasswordPolicyForFrontendUsersUpdate.php
Please register or sign in to comment