Roundup Tracker - Issues

Issue 1581189

classification
Inaccuracy in online docs
Type: Severity: normal
Components: Documentation Versions:
process
Status: closed fixed
:
: : lukeross, richard
Priority: normal :

Created on 2006-10-20 10:28 by lukeross, last changed 2006-11-09 03:19 by richard.

Messages
msg2313 Author: [hidden] (lukeross) Date: 2006-10-20 10:28
On page:

http://roundup.sourceforge.net/doc-1.0/customizing.html

it reads:

"automatic registration of users in the e-mail 
gateway... This is the default behaviour in the 
tracker templates that ship with Roundup."

However my new tracker schema.py has the following 
comment:

"# This is disabled by default to stop spam from 
auto-registering users on
# public trackers."

The online docs should be changed to say that 
automatic registration by email is disabled by 
default, but can be enabled to uncommenting the 
appropriate addPermissionToRole in schema.py
msg2314 Author: [hidden] (richard) Date: 2006-11-09 03:19
Logged In: YES 
user_id=6405

Thanks, fixed.
History
Date User Action Args
2006-10-20 10:28:06lukerosscreate