22Customising Roundup
33===================
44
5- :Version: $Revision: 1.14 $
5+ :Version: $Revision: 1.15 $
66
77.. contents::
88
99
1010What You Can Do
1111---------------
1212
13- Customisation of Roundup can take one of four forms:
13+ Customisation of Roundup can take one of five forms:
1414
15151. `instance configuration`_ file changes
16162. database, or `instance schema`_ changes
17173. "definition" class `database content`_ changes
18184. behavioural changes, through detectors_
19+ 5. `access controls`_
1920
2021The third case is special because it takes two distinctly different forms
2122depending upon whether the instance has been initialised or not. The other two
@@ -913,8 +914,8 @@ eliminate sections of the spool section if the property has no entries::
913914 </property>
914915
915916
916- Security
917- --------
917+ Access Controls
918+ ---------------
918919
919920A set of Permissions are built in to the security module by default:
920921
@@ -924,12 +925,14 @@ A set of Permissions are built in to the security module by default:
924925The default interfaces define:
925926
926927- Web Registration
928+ - Web Access
927929- Email Registration
930+ - Email Access
928931
929932These are hooked into the default Roles:
930933
931934- Admin (Edit everything, View everything)
932- - User ()
935+ - User (Web Access, Email Access )
933936- Anonymous (Web Registration, Email Registration)
934937
935938And finally, the "admin" user gets the "Admin" Role, and the "anonymous" user
@@ -951,6 +954,9 @@ You may alter the configuration variables to change the Role that new web or
951954email users get, for example to not give them access to the web interface if
952955they register through email.
953956
957+ You may use the ``roundup-admin`` "``security``" command to display the
958+ current Role and Permission configuration in your instance.
959+
954960
955961-----------------
956962
0 commit comments