Changes between Initial Version and Version 1 of Ticket #16763, comment 3


Ignore:
Timestamp:
Sep 22, 2011, 6:05:56 AM (13 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16763, comment 3

    initial v1  
    33I think that some contributors rely on this behavior. At least I do — my email filters put emails sent to django-updates in different mailboxes, depending on whether I've been involved on the ticket (e.g. I've left a comment) or not. So it would be best best to provide a way to disable it on a per-user basis.
    44
    5 I suspect there's a custom post-commit hook that sends the email to the address you used to sign up here: https://www.djangoproject.com/accounts/register/ [[BR]]
     5I suspect there's a Trac hook that sends the email to the address you used to sign up here: https://www.djangoproject.com/accounts/register/ [[BR]]
    66Unfortunately, these configurations aren't available in a public repository; could a core developer confirm?
    77
    88Apparently, there's no way to change or remove it: https://github.com/django/djangoproject.com/blob/master/django_website/accounts/urls.py [[BR]]
    9 I think an opt-out feature should be added to the website, and the post-commit hook should be updated appropriately.
     9I think an opt-out feature should be added to the website, and the hook should be updated appropriately.
Back to Top