Change the symbols displayed in HTML password fields
P粉135292805
P粉135292805 2023-10-17 09:36:36
0
2
763

Is there a way to change the asterisks (*) or bullets () that appear in HTML password fields in some browsers?

P粉135292805
P粉135292805

reply all(2)
P粉316110779

Create your own font and use @font-face and font-family (and font-size) as input [type= "password"]. It should help solve your problem. But... you have to create the font with replaced bullet and asterisk characters. All character numbers in a font may represent the same character. Use Google to find free programs to edit vector fonts.

Never say "This is impossible". You should find a solution to your problem.

Characters to replace with your symbol (available in Chrome, Firefox, and MSIE): 26AB, 25E6, 25CF, 25D8, ​​25D9, 2219, 20F0, 2022, 2024, 00B7, 002A.

(18C)

P粉402806175

You cannot change password mask characters in standard password fields. You could fake it using a textbox, but this would result in a weaker security model since you wouldn't get the protection from the password textbox. BTW, it's generally not a good idea to change the behavior of a project like this, since users are already used to one form of masking, and you'll be introducing a different one - if there's no good reason to do so, I'd avoid it.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template