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 that authorizes the username and password against a Gmail account or your own database.

Shawn

--
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to