From c1f8db7b83ede60dcfbb8091697fd416f6f3c98b Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 24 Nov 2022 13:31:45 +0100 Subject: [PATCH] [Form] Mention PropertyAccess in the hash_property_option of PasswordType --- reference/forms/types/password.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/password.rst b/reference/forms/types/password.rst index 6d87ae57af7..9f6010675f0 100644 --- a/reference/forms/types/password.rst +++ b/reference/forms/types/password.rst @@ -46,7 +46,7 @@ entered into the box, set this to false and submit the form. If set, the password will be hashed using the :doc:`PasswordHasher component ` and stored in the -specified property. +property defined by the given :doc:`PropertyAccess expression `. Data passed to the form must be a :class:`Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface`