You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the password strength indicator only appears when you are updating or resetting a user's password.
I entered this user with an invalid password "123" - minimum is apparently 5 char when you see the strength indicator.
The password initially entered now is run through the strength indicator which captures the fact that the initial password was only three chars long and is invalid.
The text was updated successfully, but these errors were encountered:
dartajax
changed the title
User Password Strength Tool on Initial User Entry
Form Based Auth on Demo User Password Strength Tool on Initial User Entry is Missing
Sep 11, 2019
@stopfstedt@jrjohnson Adding the length validation to the <NewUser> component is easy enough, but I feel like the password strength thing, since it's currently baked into the <UserProfileBio> component, should probably be pulled out to a service or something if it's going to be used in two different places.
NTS: going forward with validation on <NewUser>, but make the password validation into a component so that it can be used in both (and possibly more?) places.
Currently, the password strength indicator only appears when you are updating or resetting a user's password.
I entered this user with an invalid password "123" - minimum is apparently 5 char when you see the strength indicator.
The password initially entered now is run through the strength indicator which captures the fact that the initial password was only three chars long and is invalid.
The text was updated successfully, but these errors were encountered: