Adding an icone (eye/Strike throu eye) who should toggle field type between password and text will be more compliant with standard practice.
1 Answers
I don’t have a need to do-this, but you could probably do this with a custom button or a call-back function.
There is already a password formatter for the columns. You could enable/disable this on the add/edit form as-required.
$col[“formatter”] = “password”;
Keep in mind passwords are often in plain-text in the HTML code anyway, so the ** are just an obfuscation level.
Thanks
Mike
Your Answer