File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ UserPassword
6
6
7
7
.. note ::
8
8
9
- The `UserPassword ` constraint class is defined in the
10
- `Symfony\Component\Security\Core\Validator\Constraints ` namespace since
11
- Symfony 2.2. The ` UserPassword ` defined in the
12
- `Symfony\Component\Security\Core\Validator\Constraint ` namespace is
13
- deprecated and will be removed in Symfony 2.3 .
9
+ Since Symfony 2.2, the `UserPassword* ` classes in the
10
+ `Symfony\Component\Security\Core\Validator\Constraint ` namespace are
11
+ deprecated and will be removed in Symfony 2.3. Please use the
12
+ `UserPassword* ` classes in the
13
+ ` Symfony\Component\Security\Core\Validator\Constraints ` namespace instead .
14
14
15
15
This validates that an input value is equal to the current authenticated
16
16
user's password. This is useful in a form where a user can change his password,
You can’t perform that action at this time.
0 commit comments