comparison doc/customizing.txt @ 3744:c07ae92cebbc

doc fix
author Richard Jones <richard@users.sourceforge.net>
date Thu, 09 Nov 2006 03:19:23 +0000
parents 0d561b24ceff
children c3bba2c81a6f
comparison
equal deleted inserted replaced
3743:e754cc14e76a 3744:c07ae92cebbc
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.209 $ 5 :Version: $Revision: 1.210 $
6 6
7 .. This document borrows from the ZopeBook section on ZPT. The original is at: 7 .. This document borrows from the ZopeBook section on ZPT. The original is at:
8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
9 9
10 .. contents:: 10 .. contents::
1038 use the gateway, they'll still be able to submit issues. Note that 1038 use the gateway, they'll still be able to submit issues. Note that
1039 the Sender information - their email address - will not be available 1039 the Sender information - their email address - will not be available
1040 - they're *anonymous*. 1040 - they're *anonymous*.
1041 1041
1042 **automatic registration of users in the e-mail gateway** 1042 **automatic registration of users in the e-mail gateway**
1043 By giving the "anonymous" user the ("Create", "user" Permission, any 1043 By giving the "anonymous" user the ("Create", "user") Permission, any
1044 unidentified user will automatically be registered with the tracker 1044 unidentified user will automatically be registered with the tracker
1045 (with no password, so they won't be able to log in through 1045 (with no password, so they won't be able to log in through
1046 the web until an admin sets their password). This is the default 1046 the web until an admin sets their password). By default new Roundup
1047 behaviour in the tracker templates that ship with Roundup. The new user 1047 trackers don't allow this as it opens them up to spam. It may be enabled
1048 is given the Roles list defined in the "new_email_user_roles" config 1048 by uncommenting the appropriate addPermissionToRole in your tracker's
1049 variable. 1049 ``schema.py`` file. The new user is given the Roles list defined in the
1050 "new_email_user_roles" config variable.
1050 1051
1051 **only developers may be assigned issues** 1052 **only developers may be assigned issues**
1052 Create a new Permission called "Fixer" for the "issue" class. Create a 1053 Create a new Permission called "Fixer" for the "issue" class. Create a
1053 new Role "Developer" which has that Permission, and assign that to the 1054 new Role "Developer" which has that Permission, and assign that to the
1054 appropriate users. Filter the list of users available in the assignedto 1055 appropriate users. Filter the list of users available in the assignedto

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