[TASK] Remove saltedpasswords FE.enabled
Manually configuring clear-text password storage in TYPO3 for frontend users by explicitly setting the ext:saltedpasswords extension configuration "FE.enabled = 0" has been a bad idea for a very long time already. The feature has been dropped for backend users in core v6.2 and is now finally dropped for frontend users with this patch, too. No third party service must rely on clear-text password storing in 2018 anymore, the TYPO3 authentication services provide an API to process credentials upon user login for authentication and authorisation purposes. Resolves: #85027 Related: #85026 Releases: master Change-Id: I600f598e969ac99a83f3b57362b251b48116fd58 Reviewed-on: https://review.typo3.org/56979 Reviewed-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
Showing
- typo3/sysext/core/Classes/Service/AbstractService.php 1 addition, 2 deletionstypo3/sysext/core/Classes/Service/AbstractService.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-85027-SaltedPasswordsRelatedMethodsAndClasses.rst 34 additions, 0 deletions...ecation-85027-SaltedPasswordsRelatedMethodsAndClasses.rst
- typo3/sysext/core/Documentation/Changelog/master/Important-85026-SaltedpasswordsChanges.rst 85 additions, 0 deletions...angelog/master/Important-85026-SaltedpasswordsChanges.rst
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallStaticMatcher.php 7 additions, 0 deletions...guration/ExtensionScanner/Php/MethodCallStaticMatcher.php
- typo3/sysext/saltedpasswords/Classes/Evaluation/Evaluator.php 13 additions, 26 deletions...3/sysext/saltedpasswords/Classes/Evaluation/Evaluator.php
- typo3/sysext/saltedpasswords/Classes/SaltedPasswordService.php 5 additions, 16 deletions.../sysext/saltedpasswords/Classes/SaltedPasswordService.php
- typo3/sysext/saltedpasswords/Classes/Utility/ExtensionManagerConfigurationUtility.php 53 additions, 59 deletions.../Classes/Utility/ExtensionManagerConfigurationUtility.php
- typo3/sysext/saltedpasswords/Classes/Utility/SaltedPasswordsUtility.php 9 additions, 17 deletions...altedpasswords/Classes/Utility/SaltedPasswordsUtility.php
- typo3/sysext/saltedpasswords/Configuration/TCA/Overrides/fe_users.php 9 additions, 11 deletions.../saltedpasswords/Configuration/TCA/Overrides/fe_users.php
- typo3/sysext/saltedpasswords/Documentation/Configuration/Index.rst 2 additions, 11 deletions...ext/saltedpasswords/Documentation/Configuration/Index.rst
- typo3/sysext/saltedpasswords/Documentation/DevelopersGuide/Index.rst 7 additions, 18 deletions...t/saltedpasswords/Documentation/DevelopersGuide/Index.rst
- typo3/sysext/saltedpasswords/Documentation/Installation/Index.rst 0 additions, 3 deletions...sext/saltedpasswords/Documentation/Installation/Index.rst
- typo3/sysext/saltedpasswords/Resources/Private/Language/locallang.xlf 1 addition, 4 deletions.../saltedpasswords/Resources/Private/Language/locallang.xlf
- typo3/sysext/saltedpasswords/Resources/Private/Language/locallang_em.xlf 2 additions, 5 deletions...ltedpasswords/Resources/Private/Language/locallang_em.xlf
- typo3/sysext/saltedpasswords/Tests/Unit/Evaluation/EvaluatorTest.php 8 additions, 26 deletions...t/saltedpasswords/Tests/Unit/Evaluation/EvaluatorTest.php
- typo3/sysext/saltedpasswords/Tests/Unit/Salt/SaltFactoryTest.php 3 additions, 3 deletions...ysext/saltedpasswords/Tests/Unit/Salt/SaltFactoryTest.php
- typo3/sysext/saltedpasswords/ext_conf_template.txt 0 additions, 3 deletionstypo3/sysext/saltedpasswords/ext_conf_template.txt
Please register or sign in to comment