I am using the PasswordStrength control from CMSModules/Membership/FormControls/Passwords/PasswordStrenght.ascx in custom web part for sign up.
Is there a setting to enable a toggle view so the user can see what password they type in?
Thanks David
AFAIK there is not a setting for this. You should be able to implement something with javascript pretty easy though to change the input type from password to text.
Here is a jsfiddle that uses a checkbox to do what you're looking for.
Thanks Brenden. Going the javascript route....
Please, sign in to be able to submit a new answer.