Bug #43416
closedClearing password field does not work
0%
Description
The "clear" icon in the password field of BE user management does not work.
How to reproduce (introductionpackage-6.0.0):
- login to the TYPO3 backend as "admin" user
- go to: ADMIN TOOLS > Backend users edit one of the BE user accounts, e.g. simple_editor
The input field "Password" shows stars representing the password and the "clear" icon (small grey circle with an "X"), see attached screenshot0022.png.
- click "clear" icon -> field content remains
I would expect clicking this icon would empty the password field as it does at the other fields, e.g. "username", "name", "email", etc.
Mozilla Firefox 16.0.2 on Ubuntu.
Files
Updated by Ernesto Baschny almost 12 years ago
- Category set to Backend User Interface
- Status changed from New to Accepted
- TYPO3 Version changed from 6.0 to 4.5
Confirmed, this happens even on TYPO3 4.5.
Clicking the "clear" icon in fact does "something", as the hidden field which carries the encrypted password which will later be send to the server is updated. So hitting the clear button and saving will actually modify the password.
Updated by Felix Kopp about 10 years ago
- Status changed from Accepted to Resolved
- Is Regression set to No
Works on master in current Chrome.