From a87223b5b2113faf29c145f75dcdf33a7e0d7782 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 3 Mar 2025 13:13:25 +0100 Subject: [PATCH] Remove non-existent password_strength setting from the reference --- reference/configuration/framework.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 0f336953539..0880f170cf5 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -2840,14 +2840,6 @@ metadata of the class. You can define an array of strings with the names of several methods. In that case, all of them will be called in that order to load the metadata. -.. _reference-validation-password-strength: - -password_strength -................. - -The :doc:`PasswordStrength ` -constraint verifies the submitted string entropy is matching the minimum entropy score. - .. _reference-validation-email_validation_mode: email_validation_mode