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.
35
35
If you want to render your password field *with * the password value already
36
36
entered into the box, set this to false and submit the form.
37
37
38
- ``hash_mapping ``
39
- ~~~~~~~~~~~~~~~~
38
+ ``hash_property_path ``
39
+ ~~~~~~~~~~~~~~~~~~~~~~
40
40
41
41
**type **: ``string `` **default **: ``null ``
42
42
@@ -51,8 +51,8 @@ Data passed to the form must be a ``PasswordAuthenticatedUserInterface`` object.
51
51
this option can only be used with the ``mapped `` option set to ``false ``.
52
52
53
53
$builder->add('plainPassword', PasswordType::class, [
54
- 'hash_mapping ' => 'password',
55
- 'mapped' => false,
54
+ 'hash_property_path ' => 'password',
55
+ 'mapped' => false,
56
56
]);
57
57
58
58
See the :ref: `"mapped" option documentation <reference-form-mapped >`.
You can’t perform that action at this time.
0 commit comments