> Authentication works perfectly on the latter method. Why would one
> work but not the other?

Because they are two different models that are unrelated except for
Userprofile having a ForeignKey to User. Just as with Userprofile, if
you modify the User record you have to explicitly save() it. There
ain't no magic here, and that's a Good Thing(tm).

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to