summaryrefslogtreecommitdiffstats
path: root/templates/registration/login.html
Commit message (Collapse)AuthorAgeFilesLines
* registration: use EmailConfimation rather than separate registration appJeremy Kerr2011-04-141-27/+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: Add CSRF (cross-site request forgery) values to form postsJohn 'Warthog9' Hawley2010-08-101-0/+1
| | | | | | | | 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>
* Remove redundant 'Patchwork' from titles in registration templatesJeremy Kerr2008-08-231-2/+2
| | | | Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Use django-registration infrastructureJeremy Kerr2008-08-221-0/+26
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>