-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusers.yaml
161 lines (137 loc) · 5.56 KB
/
users.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
name: Users
description: Users module from Ommu Platform
folder_name: users
model: Users
author:
name: Putra Sudaryanto
phone: (+62)856-299-4114
email: [email protected]
homepage: https://sudaryanto.id
db_table_name :
db_sql_filename :
plugin_menu :
- urlTitle: Administrators
urlRules: {siteType: "0,1", userLevel: 1}
urlPath: {url: o/admin/manage, attr: -, icon: -}
- urlTitle: Members
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/member/manage, attr: -, icon: -}
- urlTitle: User Level
urlRules: {siteType: "0,1", userLevel: 1}
urlPath: {url: o/level/manage, attr: -, icon: -}
- urlTitle: Datas
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: -, attr: -, icon: -}
submenu :
- urlTitle: Forgot Passwords
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/forgot/manage, attr: -, icon: -}
- urlTitle: Verify Emails
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/verify/manage, attr: -, icon: -}
- urlTitle: History
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: -, attr: -, icon: -}
submenu :
- urlTitle: Login
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: history/login/manage, attr: -, icon: -}
- urlTitle: Emails
urlRules: {siteType: 1, userLevel: 1}
urlPath: {url: history/email/manage, attr: -, icon: -}
- urlTitle: Usernames
urlRules: {siteType: 1, userLevel: 1}
urlPath: {url: history/username/manage, attr: -, icon: -}
- urlTitle: Passwords
urlRules: {siteType: 1, userLevel: 1}
urlPath: {url: history/password/manage, attr: -, icon: -}
- urlTitle: Settings
urlRules: {siteType: "0,1", userLevel: 1}
urlPath: {url: setting/edit, attr: -, icon: -}
- urlTitle: Users Manual
urlRules: {siteType: "0,1", userLevel: 2}
urlPath: {url: setting/manual, attr: -, icon: -}
content_menu :
# controller o/admin
- urlTitle: Add Administrator
urlRules: {users, o/admin, manage, siteType: "0,1", userLevel: 1}
urlPath: {url: add, attr: -, icon: -}
- urlTitle: Back to Manage
urlRules: {users, o/admin, view, siteType: "0,1", userLevel: 1}
urlPath: {url: manage, attr: -, icon: -}
- urlTitle: Edit Administrator
urlRules: {users, o/admin, view, siteType: "0,1", userLevel: 1}
urlPath: {url: edit, attr: id=$_GET*id, icon: -}
# controller o/member
- urlTitle: Add Member
urlRules: {users, o/member, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
- urlTitle: Back to Manage
urlRules: {users, o/member, view, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: manage, attr: -, icon: -}
- urlTitle: Edit Member
urlRules: {users, o/member, view, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: edit, attr: id=$_GET*id, icon: -}
# controller o/level
- urlTitle: Add User Level
urlRules: {users, o/level, manage, siteType: "0,1", userLevel: 1}
urlPath: {url: add, attr: -, icon: -}
- urlTitle: Back to Manage
urlRules: {users, o/level, "edit,view,user,message", siteType: "0,1", userLevel: 1}
urlPath: {url: manage, attr: -, icon: -}
- urlTitle: Level Settings
urlRules: {users, o/level, "edit,view,user,message", siteType: 1, userLevel: 1}
urlPath: {url: edit, attr: id=$_GET*id, icon: -}
- urlTitle: Level User Setting
urlRules: {users, o/level, "edit,view,user,message", siteType: 1, userLevel: 1}
urlPath: {url: user, attr: id=$_GET*id, icon: -}
- urlTitle: Level Message Setting
urlRules: {users, o/level, "edit,view,user,message", siteType: 1, userLevel: 1}
urlPath: {url: message, attr: id=$_GET*id, icon: -}
- urlTitle: View Level
urlRules: {users, o/level, "edit,view,user,message", siteType: 1, userLevel: 1}
urlPath: {url: view, attr: id=$_GET*id, icon: -}
# controller o/subscribe
- urlTitle: Add Subscribe
urlRules: {users, o/subscribe, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
# controller o/invite
- urlTitle: Invite User
urlRules: {users, o/invite, "manage", siteType: 1, userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
# controller o/forgot
- urlTitle: Add Forgot
urlRules: {users, o/forgot, manage, siteType: 1, userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
# controller o/verify
- urlTitle: Add Verify
urlRules: {users, o/verify, manage, siteType: 1, userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
# controller history/login
- urlTitle: Back to Mambers
urlRules: {users, history/login, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/member/manage, attr: -, icon: -}
# controller history/email
- urlTitle: Back to Mambers
urlRules: {users, history/email, manage, siteType: 1, userLevel: 1}
urlPath: {url: o/member/manage, attr: -, icon: -}
# controller history/username
- urlTitle: Back to Mambers
urlRules: {users, history/username, manage, siteType: 1, userLevel: 1}
urlPath: {url: o/member/manage, attr: -, icon: -}
# controller history/password
- urlTitle: Back to Mambers
urlRules: {users, history/password, manage, siteType: 1, userLevel: 1}
urlPath: {url: o/member/manage, attr: -, icon: -}
# controller history/invite
- urlTitle: Back to Invites
urlRules: {users, history/invite, "manage", siteType: 1, userLevel: "1,2"}
urlPath: {url: o/invite/manage, attr: -, icon: -}
# controller history/subscribe
- urlTitle: Back to Subscribes
urlRules: {users, history/subscribe, manage, siteType: 1, userLevel: 1}
urlPath: {url: o/subscribe/manage, attr: -, icon: -}
# controller o/setting
- urlTitle: User Manual Book
urlRules: {users, o/setting, edit, siteType: "0,1", userLevel: 1}
urlPath: {url: manual, attr: -, icon: -}