Skip to content

Commit

Permalink
Add correct permission
Browse files Browse the repository at this point in the history
The permission name is plural

    System: Read Stage Users

not singular

    System: Read Stage User

Closes #10
Closes #22
  • Loading branch information
tiran committed Aug 20, 2015
1 parent 7f2e7f7 commit de065b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/create-portal-user
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PRIVILEGE = u'Portal management privilege'
PRIVILEGE_DESCRIPTION = u'Portal privileges'
PRIVILEGE_PERMISSIONS = [
u'System: Add Stage User',
u'System: Read Stage User',
u'System: Read Stage Users',
u'System: Change User password',
u'System: Read User Standard Attributes',
u'System: Read User Addressbook Attributes',
Expand Down

0 comments on commit de065b1

Please sign in to comment.