Roundup Tracker - Issues

Message189

Author pohly
Recipients
Date 2002-02-13.10:40:06
Message-id
In-reply-to
As reported (and then included in the MIGRATION.txt)
0.4.0 checks against ANONYMOUS_REGISTER to decide
whether it registers new users or not.

This turned out to be insufficient to implement
the following situation:
- anynomous register and access for web disabled
- anonymous register for mail enabled

This is a useful configuration, because
anonymous web access reveals all details,
while mail only allows access to what
a user has reported himself or was CCed to.

I have patched mailgw.py so that it checks
against a new setting ANONYMOUS_REGISTER_MAIL
and suggest to do the same in the next release,
perhaps falling back to  ANONYMOUS_REGISTER
if NONYMOUS_REGISTER_MAIL is unset.

History
Date User Action Args
2009-02-03 14:20:00adminlinkissue516883 messages
2009-02-03 14:20:00admincreate