log gpp/accounts/forms.py @ 565:6a265b5768ca

age author description
2012-03-04 Brian Neal For bitbucket issue #5, rework the duplicate email checking in the registration
2011-12-13 Brian Neal Using celery to send mail out of the request/response cycle.
2011-11-24 Brian Neal Removed the warning about AT&T and sbcglobal on the registration page. Added "text" classes to the registration text widgets.
2011-08-25 Brian Neal Implement rate limiting on registration and login for #224.
2011-03-02 Brian Neal Fixing #165: add a way to filter users in the admin by join date; add an admin action to approve a pending user; added a honeypot type field to the registration form.
2011-02-28 Brian Neal As part of #165 add a security question to the registration form.
2011-01-30 Brian Neal Fixing #144; integrate with new Django logging support. Also added unit tests for Donations app.
2010-09-20 Brian Neal Adding a way to expedite mail by bypassing the mail queue.
2009-12-19 Brian Neal Implement #44 - Add age confirmation to registration form. Also added a password > 6 rule.
2009-07-01 Brian Neal #13 Added logging to registration.
2009-06-12 Brian Neal Don't send plaintext password in confirmation email for site registration.
2009-04-11 Brian Neal Use DRY principle to manage third party javascript libraries. Created script_tags template tags to generate the correct link and script tags for 3rd party libraries. The settings.py file is the only place where the full path name is specified.
2009-04-11 Brian Neal Got rid of the core.SiteConfig model and all usage.
2009-04-06 gremmie Initial import of sg101 stuff from private repository.