WebJEA icon indicating copy to clipboard operation
WebJEA copied to clipboard

Hide passwords

Open LLIT opened this issue 7 years ago • 1 comments
trafficstars

Hi,

Is there an option to mask a password field?

I have added a simple jquery "hack" in the startup.js, but it is not pretty. $("[id$=password i]").each(function(){$(this)[0].type = "password"})

LLIT avatar Jun 08 '18 11:06 LLIT

There's not currently an option to do that, but I've added it for future consideration. Thanks!

markdomansky avatar Jun 18 '18 02:06 markdomansky