8000 minor #17460 [Form] Mention PropertyAccess in the hash_property_optio… · jderusse/symfony-docs@dfaf3dd · GitHub
[go: up one dir, main page]

Skip to content

Commit dfaf3dd

Browse files
committed
minor symfony#17460 [Form] Mention PropertyAccess in the hash_property_option of PasswordType (javiereguiluz)
This PR was merged into the 6.2 branch. Discussion ---------- [Form] Mention PropertyAccess in the hash_property_option of PasswordType Commits ------- c1f8db7 [Form] Mention PropertyAccess in the hash_property_option of PasswordType
2 parents 82b431a + c1f8db7 commit dfaf3dd

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
@@ -46,7 +46,7 @@ entered into the box, set this to false and submit the form.
4646

4747
If set, the password will be hashed using the
4848
:doc:`PasswordHasher component </security/passwords>` and stored in the
49-
specified property.
49+
property defined by the given :doc:`PropertyAccess expression </components/property_access>`.
5050

5151
Data passed to the form must be a
5252
:class:`Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface`

0 commit comments

Comments
 (0)
0