From 19f2cf51440f4e8f2088e77bb61160693298481b Mon Sep 17 00:00:00 2001 From: Pedro Junior Date: Fri, 26 Apr 2013 21:17:11 -0300 Subject: [PATCH] [Reference][UserPassword] Added missing escapes Signed-off-by: Pedro Junior --- reference/constraints/UserPassword.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/constraints/UserPassword.rst b/reference/constraints/UserPassword.rst index dc0dfcab277..0ad827ac4c7 100644 --- a/reference/constraints/UserPassword.rst +++ b/reference/constraints/UserPassword.rst @@ -6,11 +6,11 @@ UserPassword .. note:: - Since Symfony 2.2, the `UserPassword*` classes in the - `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 deprecated and will be removed in Symfony 2.3. Please use the - `UserPassword*` classes in the - `Symfony\Component\Security\Core\Validator\Constraints` namespace instead. + ``UserPassword*`` classes in the + ``Symfony\\Component\\Security\\Core\\Validator\\Constraints`` namespace instead. This validates that an input value is equal to the current authenticated user's password. This is useful in a form where a user can change his password,