Skip to content

Commit 5c45fca

Browse files
committed
feat : update text to minimize the risk of password recognition promoting using the score live while user is typing
1 parent bdd8c62 commit 5c45fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/passwordStrength/get_or_override_estimate_strength.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Within the :class:`Symfony\\Component\\Validator\\Constraints\\PasswordStrengthV
66
Get the default Password strength
77
---------------------------------
88

9-
In case of need to retrieve the actual strength of a password (e.a. display it in a frontend live next to the password field), the ``estimateStrength`` `dedicated function`_ of the :class:`Symfony\\Component\\Validator\\Constraints\\PasswordStrengthValidator` is a public static function, therefore this function can be retrieved directly from the `PasswordStrengthValidator` class.::
9+
In case of need to retrieve the actual strength of a password (e.g. compute the score and display it when the user has defined a password), the ``estimateStrength`` `dedicated function`_ of the :class:`Symfony\\Component\\Validator\\Constraints\\PasswordStrengthValidator` is a public static function, therefore this function can be retrieved directly from the `PasswordStrengthValidator` class.::
1010

1111
use Symfony\Component\Validator\Constraints\PasswordStrengthValidator;
1212

0 commit comments

Comments
 (0)