Actions
Feature #19256
closedhide input of password fields in BE forms (TCEform)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2008-08-26
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
Use Javascript event handler (onkeypress) to change all entered characters into * (asterisks) and store the password in a hidden field for form submission.
Beware of cursor movement and the delete key!
Why is it not possible to render these fields as INPUT TYPE="password" instead of TYPE="text"?
(issue imported from #M9231)
Updated by Chris topher over 14 years ago
Good question.
In the moment of entering a password the input is at the moment still not hidden. I think that is what you mean. (After leaving the field, passwords are displayed using asterisks.)
Opinions? Has that been discussed in the Dev List?
Updated by Mathias Schreiber almost 10 years ago
- Description updated (diff)
- Category set to FormEngine aka TCEforms
- Status changed from New to Accepted
- Target version changed from 0 to 7.0
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 7.0 to 7.1 (Cleanup)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.1 (Cleanup) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Mathias Schreiber about 9 years ago
- Target version changed from 7 LTS to 8 LTS
Updated by Riccardo De Contardi over 7 years ago
- Target version changed from 8 LTS to 9.0
Updated by Riccardo De Contardi over 7 years ago
- Related to Feature #80791: Hide Password while typing added
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Accepted to Closed
- Target version deleted (
9.0)
I close this one in favor of #80791 please continue the discussion there. Thank you.
Actions