Toggle Show Password when creating password

David Pearson asked on November 8, 2017 14:57

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

Recent Answers


Brenden Kehren answered on November 8, 2017 15:21

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.

0 votesVote for this answer Mark as a Correct answer

David Pearson answered on November 8, 2017 19:36

Thanks Brenden. Going the javascript route....

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.