comparison doc/customizing.txt @ 910:299f4890427d

documentation reorg post-new-security
author Richard Jones <richard@users.sourceforge.net>
date Mon, 29 Jul 2002 23:30:14 +0000
parents ef9c759c243e
children 2abb6b2697b6
comparison
equal deleted inserted replaced
909:ef9c759c243e 910:299f4890427d
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.13 $ 5 :Version: $Revision: 1.14 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 What You Can Do 10 What You Can Do
910 <tr> 910 <tr>
911 <td><display call="list('files')"></td> 911 <td><display call="list('files')"></td>
912 </tr> 912 </tr>
913 </property> 913 </property>
914 914
915
916 Security
917 --------
918
919 A set of Permissions are built in to the security module by default:
920
921 - Edit (everything)
922 - View (everything)
923
924 The default interfaces define:
925
926 - Web Registration
927 - Email Registration
928
929 These are hooked into the default Roles:
930
931 - Admin (Edit everything, View everything)
932 - User ()
933 - Anonymous (Web Registration, Email Registration)
934
935 And finally, the "admin" user gets the "Admin" Role, and the "anonymous" user
936 gets the "Anonymous" assigned when the database is initialised on installation.
937 The two default schemas then define:
938
939 - Edit issue, View issue (both)
940 - Edit file, View file (both)
941 - Edit msg, View msg (both)
942 - Edit support, View support (extended only)
943
944 and assign those Permissions to the "User" Role. New users are assigned the
945 Roles defined in the config file as:
946
947 - NEW_WEB_USER_ROLES
948 - NEW_EMAIL_USER_ROLES
949
950 You may alter the configuration variables to change the Role that new web or
951 email users get, for example to not give them access to the web interface if
952 they register through email.
953
954
915 ----------------- 955 -----------------
916 956
917 Back to `Table of Contents`_ 957 Back to `Table of Contents`_
918 958
919 .. _`Table of Contents`: index.html 959 .. _`Table of Contents`: index.html

Roundup Issue Tracker: http://roundup-tracker.org/