Corrected WaldoAuthenticationForm.clean to handle lack of password/username. Moved...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Sun, 20 Feb 2011 19:19:11 +0000 (14:19 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Sun, 20 Feb 2011 19:19:11 +0000 (14:19 -0500)
commit20357f9d3fa891a89aa17d167cbeafaa6b06e402
tree9e0f5bf8092723e93b084b383ca7a8963fd8b611
parent898181130e094767754e01c77862af7d190410c5
Corrected WaldoAuthenticationForm.clean to handle lack of password/username. Moved password-related forms into a class attribute for customizability. Standardized confirmation email context and allowed for a secure confirmation link.
contrib/waldo/forms.py
contrib/waldo/models.py