Customize password characters in the password field

Asked

Viewed 126 times

1

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

  • 2

    When is it typed where? What programming language are you using to build the graphical interface?

  • In what programming language do you want to do this? Because in some languages it is limited.

  • Hi sorry I forgot that. The language would be php is a simple form of user and password, it would be a site built HTML5 CSS3 with php 5.6 (for the processing part of the form)

  • @Júlioadolforufino Please watch out for the formatting of your questions, make a clear title, get to the point, and when you edit, you can delete the previous content. No need to keep a history of the question.

1 answer

2

You cannot change the asterisks that mask the default password field.

Also you should not even do this because it is the look and Feel standard to mask passwords and you may actually end up confusing your users. I don’t think it’s good practice.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.