]> git.ozlabs.org Git - patchwork/commit
Implement confirmation emails.
authorJeremy Kerr <jk@ozlabs.org>
Thu, 21 Aug 2008 05:41:10 +0000 (13:41 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 21 Aug 2008 05:41:10 +0000 (13:41 +0800)
commiteb6db921938c72c0655ca2e381818a471f99f5fa
tree9d66e6962f134d2116aacaeef3b3abe2177156ae
parentecea8781acaa636186880d24351a6b712d4d3ce5
Implement confirmation emails.

To do this, we need to allow sucessive requests for the same
confirmation URL.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/forms.py
apps/patchwork/models.py
apps/patchwork/requestcontext.py
apps/patchwork/views/user.py
apps/settings.py
templates/patchwork/register.html
templates/patchwork/register.mail [new file with mode: 0644]
templates/patchwork/user-link.html
templates/patchwork/user-link.mail [new file with mode: 0644]