Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PasswordConstraint #269

Closed
core23 opened this issue Feb 24, 2021 · 0 comments · Fixed by #272
Closed

Add PasswordConstraint #269

core23 opened this issue Feb 24, 2021 · 0 comments · Fixed by #272

Comments

@core23
Copy link
Member

core23 commented Feb 24, 2021

Feature Request

Add validators for simple password constraints, e.g.

    /**
     * @PasswordAssert\Charset(
     *     minLower = 1,
     *     minUpper = 1,
     *     minNumeric = 1,
     *     minSpecial = 1,
     * )
     */
    protected $plainPassword;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant