log gpp/accounts/forms.py @ 456:5be072292e2d

age author description
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.