Added portal permissions -- It is now possible to show the Portal only to the users and groups we want to

This commit is contained in:
Marc Alexander
2010-12-02 17:24:07 +00:00
parent ff9e9c6061
commit b2a591bb35
6 changed files with 17 additions and 6 deletions

View File

@@ -59,11 +59,13 @@ $versions = array(
'2.0.0-dev2' => array(
'permission_add' => array(
array('a_portal'),
array('a_manage_portal', 1),
array('u_view_portal', 1),
),
'permission_set' => array(
array('ADMINISTRATORS', 'a_portal', 'group'),
array('ADMINISTRATORS', 'a_manage_portal', 'group'),
array('REGISTERED', 'u_view_portal', 'group'),
),
'table_add' => array(