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
When you set maxlength the input field doesn't allow to enter more characters which means that the validation and it's error message is never triggered.
That lead to truncated passwords for some of our users.
I'd suggest to render the html with maxlength="$maxlength+1" and use maxlength for the validation as is.
The text was updated successfully, but these errors were encountered:
When you set maxlength the input field doesn't allow to enter more characters which means that the validation and it's error message is never triggered.
That lead to truncated passwords for some of our users.
I'd suggest to render the html with maxlength="$maxlength+1" and use maxlength for the validation as is.
The text was updated successfully, but these errors were encountered: