From f78df9dc08f62a8689ae37343409d9ead4870d15 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 5 Oct 2024 08:25:42 +0200 Subject: [PATCH] Password: Remove reference to non-existing 'password_zxcvbn_min_score' option (#9648) --- plugins/password/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/password/README b/plugins/password/README index 25a75f43fb..95b7e915b7 100644 --- a/plugins/password/README +++ b/plugins/password/README @@ -440,7 +440,6 @@ The library is not distributed with Roundcube (see composer.json). Note: Required PHP's memory_limit >= 24M. - Set $config['password_zxcvbn_min_score'] to define minimum acceptable password strength score. 2.2.2. Have I been pwned? (pwned) --------------------------------- @@ -456,6 +455,7 @@ See the driver implementation file for more documentation. + 3. Driver API -------------