Project

General

Profile

Feature #19256

Updated by Mathias Schreiber over 9 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)

Back