[Tracker-discuss] Privacy

Paul Dubois pfdubois at gmail.com
Mon Dec 4 02:01:52 CET 2006


There is no problem making it so that a normal user can see only their
own information on the web. This is a standard choice in
configuration.


# May users view other user information? Comment these lines out
# if you don't want them to
db.security.addPermissionToRole('User', 'View', 'user')

I'm not an email headers guy so I won't try to answer the second part.

Each Roundup user in effect has an account with a password, and sets their own
email address. They can also provide additional email addresses from
which they may send mail to roundup, besides their 'main' one.

On 12/3/06, "Martin v. Löwis" <martin at v.loewis.de> wrote:
> I see that email addresses are visible to everybody in the tracker,
> and also occur in the body of the email messages.
>
> I know some people are extremely shy to make their email address appear
> on a web page, so I think we should do what is possible to comfort them.
> At a minimum, the email addresses shouldn't be displayed on the web
> site, except for people who have proper permission.
>
> SF solves this entire issue by given each user an account on their
> system and an email address. I don't know how difficult it would be
> to implement such a feature in the roundup installation. Users could
> use a "fake" email address <user>@bugs.python.org, and have mail to
> that forwarded to their real email address. Then the fake address
> could be used in email messages, so it won't appear in archives
> of the bug list.
>
> Alternatively, it might be sufficient to give users a choice of
> suppressing their email address in generated email messages.
>
> Regards,
> Martin
> _______________________________________________
> Tracker-discuss mailing list
> Tracker-discuss at python.org
> http://mail.python.org/mailman/listinfo/tracker-discuss
>


More information about the Tracker-discuss mailing list