Project

General

Profile

Actions

Bug #95599

closed

Password recovery explanation lacks the minimum length settings

Added by Xavier Perseguers over 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
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.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Epic #84262: [FEATURE] Update felogin to extbaseClosedHenning Liebe2013-08-16

Actions
Follows TYPO3 Core - Task #94328: Streamline felogin TypoScript and documentationClosed2021-06-12

Actions
Actions

Also available in: Atom PDF