From de065b1b091141f616eb9a6759277ad040290bb3 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 20 Aug 2015 18:35:32 +0200 Subject: [PATCH] Add correct permission The permission name is plural System: Read Stage Users not singular System: Read Stage User Closes #10 Closes #22 --- install/create-portal-user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/create-portal-user b/install/create-portal-user index b8a6bf5..3fa2083 100755 --- a/install/create-portal-user +++ b/install/create-portal-user @@ -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',