Actions
Bug #95599
closedPassword recovery explanation lacks the minimum length settings
Status:
Closed
Priority:
Should have
Assignee:
Category:
felogin
Target version:
Start date:
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Template PasswordRecovery/ShowChangePassword.html
makes use of settings.newPasswordMinLength
but this setting does not exist anymore.
Reason is a refactoring during #84262 where that setting got refactored as a validator only:
passwordValidators { 10 = TYPO3\CMS\Extbase\Validation\Validator\NotEmptyValidator 20 { className = TYPO3\CMS\Extbase\Validation\Validator\StringLengthValidator options { minimum = {$styles.content.loginform.newPasswordMinLength} } } }
I suspect this may be related to former versions of TYPO3 as well.
Updated by Xavier Perseguers about 3 years ago
- Related to Epic #84262: [FEATURE] Update felogin to extbase added
Updated by Xavier Perseguers about 3 years ago
- Due date set to 2021-06-14
- Start date changed from 2021-10-12 to 2021-06-14
- Follows Task #94328: Streamline felogin TypoScript and documentation added
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71593
Updated by Xavier Perseguers about 3 years ago
- Due date deleted (
2021-06-14) - Start date deleted (
2021-06-14)
Updated by Xavier Perseguers about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c4e08f80afa26ca39849f441173ffe2e8fb9691f.
Actions