cancel
Showing results for 
Search instead for 
Did you mean: 

I am using occ layer. When I am creating user get some error. how to resolve this is issue. please find my attached images below ERROR: "password should contain at least one special character"

Former Member
0 Kudos

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member747843
Active Participant
0 Kudos

Hi
In ycommercewebservices template configuration for validators is in file /ycommercewebservices/web/webroot/WEB-INF/config/v2/validators-v2-spring.xml.
Validator for password is named : passwordStrengthValidator. It contains list of RegexpValidators. One of it checks if password contains special character.
You can change configuration for this validator.