You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Security component, the brand new UserPassword constraint is under the Constraint namespace.
To be consistent with the Validator component and our coding conventions, the Symfony/Component/Security/Validator/Constraint directory should be renamed Symfony/Component/Security/Validator/Constraints. Namespaces have to be changed as well in the classes and tests.