Skip to content

Commit 6c840d0

Browse files
committed
remove create and delete permission for owner in user table
1 parent 2870457 commit 6c840d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uliweb_apijson/apijson/settings.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ user = {
1212
"secret_fields" : ["password"],
1313
"GET" : { "roles" : ["ADMIN","OWNER"] },
1414
"HEAD" : { "roles" : ["ADMIN","OWNER"] },
15-
"POST" : { "roles" : ["ADMIN","OWNER"] },
15+
"POST" : { "roles" : ["ADMIN"] },
1616
"PUT" : { "roles" : ["ADMIN","OWNER"] },
17-
"DELETE" : { "roles" : ["ADMIN","OWNER"] },
17+
"DELETE" : { "roles" : ["ADMIN"] },
1818
}
1919

2020
[FUNCTIONS]

0 commit comments

Comments
 (0)