We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df3d76 commit 2a25dd4Copy full SHA for 2a25dd4
reference/forms/types/password.rst
@@ -48,7 +48,7 @@ Data passed to the form must be a ``PasswordAuthenticatedUserInterface`` object.
48
.. caution::
49
50
To minimize the risk of leaking the plain password,
51
- this option can only be used with the ``mapped`` option set to ``false``.
+ this option can only be used with the ``mapped`` option set to ``false``::
52
53
$builder->add('plainPassword', PasswordType::class, [
54
'hash_property_path' => 'password',
0 commit comments