summaryrefslogtreecommitdiffstats
path: root/templates/registration
AgeCommit message (Collapse)AuthorFilesLines
2012-09-05Add some HTML5-ization in JS of various input attributesDan McGee1-0/+11
On the login page, give focus to the username box when the page loads as well as turning autocorrection and auto-capitalization off on the username box. For the developer profile page, we can add some minor validation and typing of certain form fields that allow things like iPhone and Android to customize the presented keyboard to the user, as well as allowing browsers to do some client-side validation. Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-16Tabs -> spaces in templatesDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-03-04Remove multiple account login/logout URLsDan McGee1-1/+3
And slightly spruce up the logout template with a header. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-06-11Remove action when submitting to same URLDan McGee1-1/+1
It looks like the `action="."` business was screwing up some browsers, notably lynx and links. We don't need it as the default is to submit to the same page anyway, so kill this gunk and see if it fixes a login CSRF issue. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-06-05Updates for CSRF protection in Django 1.2.XDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17Redesigned login and logout pagesThayer Williams2-20/+18
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-11-03Initial import for public release...eliott2-0/+33
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!