How can I change the pop up that appears when a new users tries to sign up and the password they are trying to create doesn’t adhere to the password strength rules (number, letter, special character etc). At the moment it just says the password isn’t valid, but I want to specify what they need to enter.
Thanks, what would be the only when condition? Password is not valid? Is that condition checking the password validity against the pre-defined password rules, or determining if it is valid by the data type being inputed?