File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ with the ``value`` attribute set to its true value only upon submission.
3535If you want to render your password field *with * the password value already
3636entered into the box, set this to false and submit the form.
3737
38- ``hash_mapping ``
39- ~~~~~~~~~~~~~~~~
38+ ``hash_property_path ``
39+ ~~~~~~~~~~~~~~~~~~~~~~
4040
4141**type **: ``string `` **default **: ``null ``
4242
@@ -51,8 +51,8 @@ Data passed to the form must be a ``PasswordAuthenticatedUserInterface`` object.
5151 this option can only be used with the ``mapped `` option set to ``false ``.
5252
5353 $builder->add('plainPassword', PasswordType::class, [
54- 'hash_mapping ' => 'password',
55- 'mapped' => false,
54+ 'hash_property_path ' => 'password',
55+ 'mapped' => false,
5656 ]);
5757
5858 See the :ref: `"mapped" option documentation <reference-form-mapped >`.
You can’t perform that action at this time.
0 commit comments