Masked input box (password)
Im trying to get a input box to <input type="password" with javascript on one of my forms where you fill in a cellphone number that is written to a custom attribute in our Active Directory and then presented in the password reset portal.
The idea is that they fill in their phonenumber and current password. the password is then vilidated with powershell and if it is correct the phonenumber is writen to their account.
i just want one of the prompts to be masked in the form.
would this be possible?
Answers
This is tough to accomplish because of how Cireson is using TextArea fields for input rather than simply using text input fields.