We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2d7b3db commit19f2cf5Copy full SHA for 19f2cf5
reference/constraints/UserPassword.rst
@@ -6,11 +6,11 @@ UserPassword
6
7
..note::
8
9
- Since Symfony 2.2, the `UserPassword*` classes in the
10
- `Symfony\Component\Security\Core\Validator\Constraint` namespace are
+ Since Symfony 2.2, the ``UserPassword*`` classes in the
+ ``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.
+ ``UserPassword*`` classes in the
+ ``Symfony\\Component\\Security\\Core\\Validator\\Constraints`` namespace instead.
14
15
This validates that an input value is equal to the current authenticated
16
user's password. This is useful in a form where a user can change his password,