Switched user authentication in waldo from the login view to an AuthenticationForm...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 16 Feb 2011 19:44:14 +0000 (14:44 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 16 Feb 2011 19:44:14 +0000 (14:44 -0500)
commiteec2d70e2fac187e43d611fc13de01a7f4bdddf9
tree7b693f660aec59a188d324b7f6a13d99ef274da4
parent067104fc328a25677564058f5443267c94db3432
Switched user authentication in waldo from the login view to an AuthenticationForm for clearer organization of code. Split LoginMultiView into three layered views: LoginMultiView, PasswordMultiView, and RegistrationMultiView, where each layer adds additional (optional) functionality. This structure then naturally includes AccountMultiView as well. Improved redirection for login_required and account_required views.
contrib/waldo/forms.py
contrib/waldo/models.py