From e9f793365b86f0df4ed556e35c966ee383ab779e Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Tue, 19 Apr 2011 11:19:22 -0500 Subject: [PATCH] add the other, lesser magic groups --- lib/WebGUI/Group.pm | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Group.pm b/lib/WebGUI/Group.pm index d108ed233..5487a802b 100644 --- a/lib/WebGUI/Group.pm +++ b/lib/WebGUI/Group.pm @@ -88,16 +88,30 @@ The registered users group. Any user that is not a visitor is in this group. =item 3 The admins group. This is the highest level of authority that can be given in -the site. +the site. Admins can do everything regardless of permissions. + +=item 4 + +Content Managers. This group is allowed to manage the content on the site. They +must still have permissions to edit the individual asset however. =item 7 Everyone. All Visitors and Registered Users are in this group. +=item 11 + +Secondary Admins. By default, this group has limited privileges to edit some +users and groups. + =item 12 Turn Admin On group. This group is allowed to use the Admin interface. +=item 13 + +Export Managers. This group is allowed to use the HTML export functions. + =back =head1 METHODS