symfony/maker-bundle

Update make:user to disable automatic validation on password in 4.4

Open

#495 opened on Nov 15, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)PHP (425 forks)auto 404
BugDXHelp Wanted

Repository metrics

Stars
 (3,384 stars)
PR merge metrics
 (PR metrics pending)

Description

See https://github.com/symfony/recipes/pull/664 and https://github.com/symfony/symfony/pull/32107

Without opting out, if a registration form were created, for example, the password field would fail validation incorrectly.

Contributor guide