rollerworks / PasswordStrengthBundle

Symfony Password strength and blacklisting validator bundle
MIT License
142 stars 26 forks source link

Fix PasswordRequirements/PasswordStrength unicode validation #78

Closed sstok closed 7 years ago

sstok commented 7 years ago
Q A
Bug fix? yes
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #68
License MIT

PasswordStrength unicode support

This adds a new option unicodeEquality to thread ² as number rather then a special character. This option is false by default, for compatibility. But should be enabled for better security.

I'm not sure if unicodeEquality is good name for this option, so if you know a better know please let me know.