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!
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
