Customize password characters in password field

1

I have a simple user form and password, and I would like to set it so that instead of appearing the asterisk in the password field, I wanted an image to appear instead. The backend language I use is php 5.6 , for processing the form, and the frontend with HTML5 and CSS3 .

    
asked by anonymous 31.03.2017 / 04:56

1 answer

2

You can not change the asterisks that mask the default password field.

Plus you should not even do this because it's the default look and feel to mask passwords and you may actually end up confusing your users. I think it's not good practice.

    
20.04.2017 / 14:36