log gpp/accounts/views.py @ 503:2c2df8545112

age author description
Sat, 03 Dec 2011 15:07:01 +0000 Brian Neal Changed the lockout time on logins to 2 minutes.
Sat, 03 Dec 2011 02:48:18 +0000 Brian Neal For #240, add an "ajaxy" login via a jQuery UI pop-up dialog to streamline the login process.
Thu, 25 Aug 2011 02:23:55 +0000 Brian Neal Implement rate limiting on registration and login for #224.
Wed, 02 Mar 2011 01:11:32 +0000 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.
Sun, 30 Jan 2011 20:02:32 +0000 Brian Neal Fixing #144; integrate with new Django logging support. Also added unit tests for Donations app.
Tue, 21 Sep 2010 23:49:05 +0000 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.
Wed, 01 Jul 2009 20:02:14 +0000 Brian Neal #13 Added logging to registration.