Skip to content

Commit

Permalink
Improved: permissions for the users (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Dec 21, 2023
1 parent 70433f2 commit 6a04c1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/authorization/Rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ export default {
'APP_UPDT_FULFILLMENT_FACILITY': 'STOREFULFILLMENT_ADMIN',
'APP_UPDT_PICKER_CONFG': 'STOREFULFILLMENT_ADMIN',
'APP_USER_CREATE': 'SECURITY_CREATE OR SECURITY_ADMIN',
'APP_UPDT_BLOCK_LOGIN': 'SECURITY_CREATE',
'APP_UPDT_PASSWORD': 'SECURITY_CREATE',
'APP_UPDT_PRODUCT_STORE_CONFG': 'SECURITY_CREATE',
'APP_SECURITY_GROUP_CREATE': 'SECURITY_CREATE',
'APP_UPDT_BLOCK_LOGIN': 'SECURITY_CREATE OR SECURITY_ADMIN',
'APP_UPDT_PASSWORD': 'SECURITY_CREATE OR SECURITY_ADMIN',
'APP_UPDT_PRODUCT_STORE_CONFG': 'SECURITY_CREATE OR SECURITY_ADMIN',
'APP_SECURITY_GROUP_CREATE': 'SECURITY_CREATE OR SECURITY_ADMIN',
'APP_SUPER_USER': 'WEBTOOLS_VIEW',
'USERS_APP_VIEW': 'USERS_APP_VIEW'
} as any

0 comments on commit 6a04c1d

Please sign in to comment.