aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/forms.py
Commit message (Expand)AuthorAgeFilesLines
* removed unused importRodney Ewing2013-05-271-1/+0
* moved normalize_user_or_email_field to auth/tools.py from auth/forms.pyRodney Ewing2013-05-231-27/+1
* Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.Aditi Mittal2013-04-241-1/+1
* Allows you to use your username or email to loginJessica T2013-04-121-2/+2
* removed unused import reAndrás Veres-Szentkirályi2013-02-221-1/+0
* Restructure ForgotPassword viewSebastian Spaeth2013-01-211-14/+37
* use _ function on some now untranslatable stringsJakob Kramer2012-04-191-2/+2
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Isolate JavaScript; add new show_password.js to forgot-password-page as wellJef van Schendel2011-12-291-7/+1
* Add show-password checkbox and make it workJef van Schendel2011-12-021-9/+1
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-4/+4
|\
| * Whitespace and formatting cleanup.Nathan Yergler2011-10-011-4/+4
* | Moved common, translation, template, and url code out of util.py and into too...Aaron Williamson2011-10-011-1/+1
|/
* Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality'Christopher Allan Webber2011-09-081-0/+32
|\
| * Adding fotgot password functionalityAlejandro Villanueva2011-08-281-0/+32
* | Removing description field cruft that mostly existed for testing purposes. :)Christopher Allan Webber2011-09-041-9/+3
* | 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* | Giving schendje some auth registration descriptions so he can style them!Christopher Allan Webber2011-08-291-4/+12
|/
* Converting all forms to use the "fake/null" gettext conversion functionChristopher Allan Webber2011-08-101-1/+1
* Marked relevant strings in python views/forms for translation via ugettextChristopher Allan Webber2011-08-081-7/+9
* New password check error messageChristopher Allan Webber2011-06-051-1/+3
* Changes Mediagoblin -> MediaGoblin.Will Kahn-Greene2011-04-131-1/+1
* Logins seem to work.Christopher Allan Webber2011-04-031-0/+10
* Use the passwordfield for password fields, obviously ;oChristopher Allan Webber2011-04-031-3/+3
* Registering almost works right :)Christopher Allan Webber2011-04-031-0/+37