Package com.broadleafcommerce.auth.user.validation.autoconfigure
-
Class Summary Class Description PasswordTokenProperties PasswordValidatorProperties Any of the validations that use regex may be "disabled" by changing the regex to match anything:^.*$
or nothing:^$
(e.g., for whitespace or repeated characters)ValidationAutoConfiguration