From 3f79f179f21385321b43c1cdc41263a55267e0fa Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 17 Dec 2025 15:07:23 +0530 Subject: [PATCH] fix(UX): Add description for password strength levels As per zxcvbn --- frappe/core/doctype/system_settings/system_settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/core/doctype/system_settings/system_settings.json b/frappe/core/doctype/system_settings/system_settings.json index fe9c2c86fe..dc96e11cc7 100644 --- a/frappe/core/doctype/system_settings/system_settings.json +++ b/frappe/core/doctype/system_settings/system_settings.json @@ -298,6 +298,7 @@ { "default": "2", "depends_on": "eval:doc.enable_password_policy==1", + "description": "0 - too guessable: risky password.\n
\n1 - very guessable: protection from throttled online attacks. \n
\n2 - somewhat guessable: protection from unthrottled online attacks.\n
\n3 - safely unguessable: moderate protection from offline slow-hash scenario.\n
\n4 - very unguessable: strong protection from offline slow-hash scenario.", "fieldname": "minimum_password_score", "fieldtype": "Select", "label": "Minimum Password Score", @@ -788,7 +789,7 @@ "icon": "fa fa-cog", "issingle": 1, "links": [], - "modified": "2025-12-10 20:43:50.675887", + "modified": "2025-12-17 15:01:24.823184", "modified_by": "Administrator", "module": "Core", "name": "System Settings",