Is there a way to check whether a string will be allowed to be set as a password on the current application? If I change the password on an account entity into an invalid password the user automatically receives a pop-up message with the validation message. I would like to receive this feedback as a string so I can display it a different way. Otherwise I could do without the feedback and just receive a boolean whether the password is valid or not. Thanks in advance!
↧