File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.209 $
5+ :Version: $Revision: 1.210 $
66
77.. This document borrows from the ZopeBook section on ZPT. The original is at:
88 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -1040,13 +1040,14 @@ See the `examples`_ section for longer examples of customisation.
10401040 - they're *anonymous*.
10411041
10421042**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
10441044 unidentified user will automatically be registered with the tracker
10451045 (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
1047- behaviour in the tracker templates that ship with Roundup. The new user
1048- is given the Roles list defined in the "new_email_user_roles" config
1049- variable.
1046+ the web until an admin sets their password). By default new Roundup
1047+ trackers don't allow this as it opens them up to spam. It may be enabled
1048+ by uncommenting the appropriate addPermissionToRole in your tracker's
1049+ ``schema.py`` file. The new user is given the Roles list defined in the
1050+ "new_email_user_roles" config variable.
10501051
10511052**only developers may be assigned issues**
10521053 Create a new Permission called "Fixer" for the "issue" class. Create a
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ Marcus Priesch,
137137Bernhard Reiter,
138138Roy Rapoport,
139139John P. Rouillard,
140+ Luke Ross,
140141Ollie Rutherfurd,
141142Toby Sargeant,
142143Giuseppe Scelsi,
You can’t perform that action at this time.
0 commit comments