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
{{ message }}
This repository was archived by the owner on Jun 24, 2023. It is now read-only.
Error message is not updating when it is set the first time.
The message Enter Password shows.
Then I enter text which should trigger the Not strong enough. text but Enter Password still shows instead
function validatePasswordLabel(el) {
var password = el.val();
var retValue = {};
var strongRegex = new RegExp("^(?=.[a-z])(?=.[A-Z])(?=.[0-9])(?=.[!@#$%^&*])(?=.{8,})");