fix(UX): Add description for password strength levels
As per zxcvbn
This commit is contained in:
parent
7205e1e075
commit
3f79f179f2
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue