rollerworks / PasswordStrengthBundle

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

password validator update? #44

Closed cordoval closed 9 years ago

cordoval commented 9 years ago

password strength validator does it buildViolation

if (func_num_args() > 2) {
            throw new BadMethodCallException(
                'The parameters $invalidValue, $pluralization and $code are '.
                'not supported anymore as of Symfony 2.5. Please use '.
                'buildViolation() instead or enable the legacy mode.'

i think this is on the side of the password strength validator could you please update it i am using it in a DDD context with sf2.6

cordoval commented 9 years ago

cc @sstok :older_man:

sstok commented 9 years ago

Try using the latest version, this was already changed recently.