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.
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',
@@ -57,6 +57,10 @@ Data passed to the form must be a ``PasswordAuthenticatedUserInterface`` object.
5757
5858 See the :ref: `"mapped" option documentation <reference-form-mapped >`.
5959
60+ .. versionadded :: 6.2
61+
62+ The ``hash_property_path `` option was introduced in Symfony 6.2.
63+
6064Overridden Options
6165------------------
6266
You can’t perform that action at this time.
0 commit comments