Show/Hide Password in Sign-in Widget

Is there a way to show or hide the password when the user is typing his/her credentials?
Allow members to have a “view characters” option while typing in their password.

I don’t see anything for this in the Sign-In Widget’s documentation. However, I do believe you could probably manipulate the form with JavaScript and change the input type from password to text. I haven’t tried this myself.

Hi Rey – check out the features.showPasswordToggleOnSignInPage Feature https://github.com/okta/okta-signin-widget#feature-flags

This display element is controlled by the password revealed event:

Let us know if that helps you!

Thank You @mraible and @IanHakes.
Turning on the feature showPasswordToggleOnSignInPage worked!

The functionality works fine but if the user is using a password manager such as LastPass the icon shows under the LastPass icon. I was wondering if there’s any plans on moving it outside the password field, e.g. above or below to avoid such conflicts
Screen Shot 2020-01-03 at 11.13.15 AM

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.