Create your own font and use@font-faceandfont-family(andfont-size) asinput [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.
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.
Create your own font and use
@font-face
andfont-family
(andfont-size
) asinput [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)
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.