Bug #78411
closedBackend user with empty password can be created
100%
Description
Problem/Description¶
Actually it's possible to create a be user in the TYPO3 backend without setting an password.
Steps to reproduce¶
- Login as admin
- Switch to list module
- open PID 0
- create new be user
- only fill out username
- press save
Now the user is created and the password field is empty. I can reproduce it with Chrome and Safari.
Only tested in 8.5.0-dev Master.
Seems like, the problem is, that it's filled with a real value instead of displaying just a placeholder attribute. (The require check don't work)
ToDo(s)¶
- Prevent adding a backend user without password
Updated by Gerrit Code Review about 8 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/50439
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50439
Updated by Gerrit Code Review about 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50454
Updated by Michael Oehlhof about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cb47b413fa338b191d9ee50bb539afac94860f7e.