File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Data passed to the form must be a ``PasswordAuthenticatedUserInterface`` object.
48
48
.. caution ::
49
49
50
50
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 ``::
52
52
53
53
$builder->add('plainPassword', PasswordType::class, [
54
54
'hash_property_path' => 'password',
@@ -57,6 +57,10 @@ Data passed to the form must be a ``PasswordAuthenticatedUserInterface`` object.
57
57
58
58
See the :ref: `"mapped" option documentation <reference-form-mapped >`.
59
59
60
+ .. versionadded :: 6.2
61
+
62
+ The ``hash_property_path `` option was introduced in Symfony 6.2.
63
+
60
64
Overridden Options
61
65
------------------
62
66
You can’t perform that action at this time.
0 commit comments