fix(UX): Add description for password strength levels

As per zxcvbn
This commit is contained in:
Ankush Menat 2025-12-17 15:07:23 +05:30
parent 7205e1e075
commit 3f79f179f2

View file

@ -298,6 +298,7 @@
{
"default": "2",
"depends_on": "eval:doc.enable_password_policy==1",
"description": "0 - too guessable: risky password.\n<br>\n1 - very guessable: protection from throttled online attacks. \n<br>\n2 - somewhat guessable: protection from unthrottled online attacks.\n<br>\n3 - safely unguessable: moderate protection from offline slow-hash scenario.\n<br>\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",