[fix] change permlevel of User fields like login before/after, restrict IP
This commit is contained in:
parent
0c1e59fc43
commit
4f15d0380c
1 changed files with 9 additions and 9 deletions
|
|
@ -902,9 +902,9 @@
|
|||
"oldfieldname": "user_type",
|
||||
"oldfieldtype": "Select",
|
||||
"options": "System User\nWebsite User",
|
||||
"permlevel": 0,
|
||||
"permlevel": 1,
|
||||
"print_hide": 0,
|
||||
"read_only": 1,
|
||||
"read_only": 0,
|
||||
"report_hide": 0,
|
||||
"reqd": 1,
|
||||
"search_index": 0,
|
||||
|
|
@ -924,9 +924,9 @@
|
|||
"in_list_view": 0,
|
||||
"label": "Login After",
|
||||
"no_copy": 0,
|
||||
"permlevel": 0,
|
||||
"permlevel": 1,
|
||||
"print_hide": 0,
|
||||
"read_only": 1,
|
||||
"read_only": 0,
|
||||
"report_hide": 0,
|
||||
"reqd": 0,
|
||||
"search_index": 0,
|
||||
|
|
@ -946,9 +946,9 @@
|
|||
"in_list_view": 0,
|
||||
"label": "Login Before",
|
||||
"no_copy": 0,
|
||||
"permlevel": 0,
|
||||
"permlevel": 1,
|
||||
"print_hide": 0,
|
||||
"read_only": 1,
|
||||
"read_only": 0,
|
||||
"report_hide": 0,
|
||||
"reqd": 0,
|
||||
"search_index": 0,
|
||||
|
|
@ -968,9 +968,9 @@
|
|||
"in_list_view": 0,
|
||||
"label": "Restrict IP",
|
||||
"no_copy": 0,
|
||||
"permlevel": 0,
|
||||
"permlevel": 1,
|
||||
"print_hide": 0,
|
||||
"read_only": 1,
|
||||
"read_only": 0,
|
||||
"report_hide": 0,
|
||||
"reqd": 0,
|
||||
"search_index": 0,
|
||||
|
|
@ -1250,7 +1250,7 @@
|
|||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"max_attachments": 5,
|
||||
"modified": "2015-11-03 09:57:27.930248",
|
||||
"modified": "2015-11-09 00:35:18.570974",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "User",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue