瀏覽代碼

Correcting issue with System Settings json file

version-14
ckosiegbu 8 年之前
父節點
當前提交
8265acfa1d
共有 1 個檔案被更改,包括 5 行新增3 行删除
  1. +5
    -3
      frappe/core/doctype/system_settings/system_settings.json

+ 5
- 3
frappe/core/doctype/system_settings/system_settings.json 查看文件

@@ -842,12 +842,14 @@
"bold": 0, "bold": 0,
"collapsible": 0, "collapsible": 0,
"columns": 0, "columns": 0,
"fieldname": "column_break_13",
"fieldtype": "Column Break",
"default": "0",
"description": "If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",
"fieldname": "enable_password_policy",
"fieldtype": "Check",
"hidden": 0, "hidden": 0,
"ignore_user_permissions": 0, "ignore_user_permissions": 0,
"ignore_xss_filter": 0, "ignore_xss_filter": 0,
"in_filter": 0,
"in_filter": 0,
"in_global_search": 0, "in_global_search": 0,
"in_list_view": 0, "in_list_view": 0,
"in_standard_filter": 0, "in_standard_filter": 0,


Loading…
取消
儲存