On 5/26/06, Rob Hudson <[EMAIL PROTECTED]> wrote:
>
> I've built a small website for a club with Django trunk so far and it's
> working very well.  I'm ready to start thinking about member management
> -- user account creation, logins, member list and details pages, etc.
>
> IIRC, there was some mention of a new auth system.  Is the auth system
> documented here:
> http://www.djangoproject.com/documentation/authentication/
> the right thing for what I'm shooting for?  Is there a new one on the
> horizon I should hold out for and if so, how can I help test/contribute
> to it?  Or is this something that requires some of the built-in auth
> stuff but needs some app of my own?

The new auth stuff will probably only help if you need to use LDAP or
some other user source.

Here are links to the branch and the docs:
http://code.djangoproject.com/browser/django/branches/multi-auth
http://code.djangoproject.com/browser/django/branches/multi-auth/docs/authentication.txt

Joseph

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to