Re: Django login() and authenticate() functions

2011-02-08 Thread Shawn Milochik
I think the documentation on creating your own authorization backend is what you need. http://docs.djangoproject.com/en/1.2/topics/auth/#writing-an-authentication-backend It's very simple to do, and you can do it however you want. For example, it would take you about five minutes to write one

Django login() and authenticate() functions

2011-02-08 Thread Ethan Yandow
How can I use these functions to login and authenticate with my own database? I was trying to look for it in the documentation but it doesn't seem to have the answer. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send e