markdomansky / WebJEA

WebJEA - Secure Self Service Web Forms from PowerShell Scripts
GNU General Public License v3.0
236 stars 27 forks source link

Hide passwords #5

Open LLIT opened 6 years ago

LLIT commented 6 years ago

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"})

markdomansky commented 6 years ago

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