Procházet zdrojové kódy

Correcting issue with System Settings json file

version-14
ckosiegbu před 8 roky
rodič
revize
8265acfa1d
1 změnil soubory, kde provedl 5 přidání a 3 odebrání
  1. +5
    -3
      frappe/core/doctype/system_settings/system_settings.json

+ 5
- 3
frappe/core/doctype/system_settings/system_settings.json Zobrazit soubor

@@ -842,12 +842,14 @@
"bold": 0,
"collapsible": 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,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,


Načítá se…
Zrušit
Uložit