Home
last modified time | relevance | path

Searched refs:MAXIMUM_RESET_ATTEMPTS (Results 1 – 2 of 2) sorted by relevance

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Authentication/
H A DPasswordReset.php61 protected const MAXIMUM_RESET_ATTEMPTS = 3; define in TYPO3\\CMS\\Backend\\Authentication\\PasswordReset
470 return $numberOfAttempts > self::MAXIMUM_RESET_ATTEMPTS;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Authentication/
H A DPasswordReset.php61 protected const MAXIMUM_RESET_ATTEMPTS = 3; define in TYPO3\\CMS\\Backend\\Authentication\\PasswordReset
469 return $numberOfAttempts > self::MAXIMUM_RESET_ATTEMPTS;