log gpp/accounts/views.py @ 522:82b97697312e

age author description
2011-12-03 Brian Neal Changed the lockout time on logins to 2 minutes.
2011-12-03 Brian Neal For #240, add an "ajaxy" login via a jQuery UI pop-up dialog to streamline the login process.
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-01-30 Brian Neal Fixing #144; integrate with new Django logging support. Also added unit tests for Donations app.
2010-09-21 Brian Neal Fix some old import problems where I used 'from django.contrib import auth' instead of 'from django.contrib.auth.models import User'. Also some formatting changes while I was in there.
2009-07-01 Brian Neal #13 Added logging to registration.