Skip to content

Commit 2a25dd4

Browse files
Seb33300OskarStark
andcommitted
Update reference/forms/types/password.rst
Co-authored-by: Oskar Stark <[email protected]>
1 parent 4df3d76 commit 2a25dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/password.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Data passed to the form must be a ``PasswordAuthenticatedUserInterface`` object.
4848
.. caution::
4949

5050
To minimize the risk of leaking the plain password,
51-
this option can only be used with the ``mapped`` option set to ``false``.
51+
this option can only be used with the ``mapped`` option set to ``false``::
5252

5353
$builder->add('plainPassword', PasswordType::class, [
5454
'hash_property_path' => 'password',

0 commit comments

Comments
 (0)