Intervention / validation

Missing Laravel Validation Rules
https://validation.intervention.io
MIT License
590 stars 67 forks source link

Accepts underscore as special symbol in password validation rule #36

Closed Cobs closed 4 years ago

Cobs commented 4 years ago

Underscore is not recognized as special symbol in password validation rule. It's because the PCRE \W token matches anything except letters, digits or underscore (for some reasons).

olivervogel commented 4 years ago

Thank you. 1.4.3