Magento2 How to add custom validation for password?
4
1
I want to change default validation for all password field. I want to change for all password field and validation is minimum 8 characters and at least one number include. Can anyone help me with this?
magento2 form-validation password
share | improve this question
asked 1 hour ago
Ronak
104 4
If you want to allow only digit to password field then you want to go with custom JS validation.
...