Task #103138
closedPrevent password policy warning in BackendUserPasswordCheck
100%
Description
The datahandler hook implementation BackendUserPasswordCheck
sets a random password for a new backend user, if the provided password is empty in $incomingFieldArray
. The generated password is however a random HMAC string, which does not fulfill the requirements of the default password policy. Therefore, a password policy waring is shown and the generated random password is not used.
It should be ensured, that the generated password does at least fulfill the requirements of TYPO3s default password policy.
Updated by Gerrit Code Review 9 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83022
Updated by Gerrit Code Review 9 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83022
Updated by Gerrit Code Review 9 months ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83022
Updated by Gerrit Code Review 9 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82986
Updated by Torben Hansen 9 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d7dd9ca8cadf8ec1bfbb745a4d34eb49c9b0918c.