kartik-v / yii2-password

Useful password strength validation utilities for Yii Framework 2.0
http://demos.krajee.com/password
Other
75 stars 46 forks source link

allowSpaces don't work #43

Closed isc-sergio closed 5 years ago

isc-sergio commented 8 years ago

allowSpaces don't work StrengthValidator.php line 410 must be $chkSpaces = $rule === self::RULE_SPACES && !$this->allowSpaces && strpos($value, ' ') !== false;

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.