summaryrefslogtreecommitdiffstats
path: root/templates/registration
Commit message (Collapse)AuthorAgeFilesLines
* registration: use EmailConfimation rather than separate registration appJeremy Kerr2011-04-147-195/+0
| | | | | | | | | | Since we have infrastructure for email confirmations, we no longer need the separate registration app. Requires a migration script, which will delete all inactive users, including those newly added and pending confirmation. Use carefully. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* templates: use custom templates for password changeJeremy Kerr2010-12-102-0/+55
| | | | | | | Add a couple of templates to keep the password change flow in the same look & feel as the rest of the site. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* templates: Add CSRF (cross-site request forgery) values to form postsJohn 'Warthog9' Hawley2010-08-102-0/+2
| | | | | | | | This is a fairly simple patch, basically it does what the error message told me to do: "add In the template, there is a {% csrf_token %} template tag inside each POST form that targets an internal URL." Signed-off-by: John 'Warthog9' Hawley <warthog9@kernel.org>
* Fix 'activate' mispellingJeremy Kerr2008-09-121-1/+1
| | | | Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Remove redundant 'Patchwork' from titles in registration templatesJeremy Kerr2008-08-234-8/+8
| | | | Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Use django-registration infrastructureJeremy Kerr2008-08-227-0/+193
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>