Bug #99335
closedRead only password can be overwritten
100%
Description
The newly introduced password generator field control (https://review.typo3.org/c/Packages/TYPO3.CMS/+/76002) allows
to set the property 'allowEdit' = false. However this only prevents Editors from changing the password on initial saving.
Once saved the editor can easily change the password to anything they wishes. Therefore they can circumvent the 'allowEdit' property by saving the record twice.
Setting the password field to read only is also no solution as then the Password Generator option cannot be used on readonly fields.
Expected behaviour: After setting a password and saving the record I can generate a new password by clicking the generate button once more. I can - however - not manually change the password.
Test case: EXT:styleguide tx_styleguide_elements_basic-> password_5
Files
Updated by Lina Wolf almost 2 years ago
- Subject changed from Read only password can be overridden to Read only password can be overwritten
Updated by Oliver Bartsch almost 2 years ago
- Related to Feature #98373: Reactions - Incoming WebHooks for TYPO3 added
Updated by Oliver Bartsch almost 2 years ago
- Related to deleted (Feature #98373: Reactions - Incoming WebHooks for TYPO3)
Updated by Gerrit Code Review almost 2 years 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/+/77023
Updated by Gerrit Code Review almost 2 years 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/+/77023
Updated by Gerrit Code Review almost 2 years 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/+/77023
Updated by Oliver Bartsch almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b229334226eb6d32e51fce6f4a52c10531f51d5c.