#2656: After creating a new user with create_user, calling login is failed
-------------------------------+--------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Core framework | Version:
Severity: normal | Resolution: invalid
Keywords: |
-------------------------------+--------------------------------------------
Changes (by ubernostrum):
* resolution: => invalid
* status: reopened => closed
Comment:
I don't think that was the question -- if I'm understanding correctly,
he's asking what the proper step is to log a user in automatically after
creating the user's account. In which case he probably ''does'' want to
call `login` instead of `authenticate` -- `authenticate` does '''not'''
log the user in, it simply returns the object corresponding to the user's
account if the supplied credentials are correct.
Regardless, this is an issue to be explored on the mailing list, not here
in a ticket, so I'm closing it.
--
Ticket URL: <http://code.djangoproject.com/ticket/2656>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---