Skip to content

Commit 548b0cd

Browse files
committed
minor symfony#20711 Remove non-existent password_strength setting from the reference (stof)
This PR was merged into the 6.4 branch. Discussion ---------- Remove non-existent password_strength setting from the reference This was added in symfony#18124 when documenting the new constraint, but the implementation does not have a configuration setting for that in the FrameworkBundle configuration. I spotted this when I saw it being in the reference without the usual info about the type of values and wanting to fix it. Commits ------- a87223b Remove non-existent password_strength setting from the reference
2 parents aad900e + a87223b commit 548b0cd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

reference/configuration/framework.rst

-8
Original file line numberDiff line numberDiff line change
@@ -2837,14 +2837,6 @@ metadata of the class. You can define an array of strings with the names of
28372837
several methods. In that case, all of them will be called in that order to load
28382838
the metadata.
28392839

2840-
.. _reference-validation-password-strength:
2841-
2842-
password_strength
2843-
.................
2844-
2845-
The :doc:`PasswordStrength </reference/constraints/PasswordStrength>`
2846-
constraint verifies the submitted string entropy is matching the minimum entropy score.
2847-
28482840
.. _reference-validation-email_validation_mode:
28492841

28502842
email_validation_mode

0 commit comments

Comments
 (0)