On 11/12/05, Bryan Murdock <[EMAIL PROTECTED]> wrote:
> The example code for logging a user in here:
>
> http://www.djangoproject.com/documentation/sessions/
> [...]
> It doesn't work for me.  I googled and found some code here:
> [...]
> Is this an error in the docs?  Maybe I need to svn up?

Hey Bryan,

This technically isn't an error in the docs; it's just a bit
misleading. The "user" in that example wasn't intended to be the user
from the authentication framework -- it's just some generic concept of
"user."

I've changed the example to use "member" instead of "user," to
underscore the fact that it's some random concept of "member" -- not
the "users" from the authentication system.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to