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",