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 #1

Updated by Xavier Perseguers over 2 years ago

  • Related to Epic #84262: [FEATURE] Update felogin to extbase added
Actions #2

Updated by Xavier Perseguers over 2 years ago

  • Description updated (diff)
Actions #3

Updated by Xavier Perseguers over 2 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
Actions #4

Updated by Gerrit Code Review over 2 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

Actions #5

Updated by Xavier Perseguers over 2 years ago

  • Due date deleted (2021-06-14)
  • Start date deleted (2021-06-14)
Actions #6

Updated by Xavier Perseguers over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF