Feature #19256
Updated by Mathias Schreiber almost 10 years ago
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)