Re: Member logins and member management

2006-05-26 Thread Rob Hudson

OK, so it sounds like the default would be to use the normal auth
system.

Are there any tips on doing things like member lists and such as part
of the public website for logged in users.  Can I just tie into the
existing Users model?


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



Re: Member logins and member management

2006-05-26 Thread Joseph Kocherhans

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



Re: Member logins and member management

2006-05-26 Thread James Bennett

On 5/26/06, Rob Hudson <[EMAIL PROTECTED]> wrote:
> IIRC, there was some mention of a new auth system.  Is the auth system
> documented here:

The multi-auth branch, currently under development, is meant to make
it easier to drop in something other than the Django auth database for
authentication (e.g., you could hook up to LDAP instead). It includes
an extension to the auth system docs which you can read here:

http://code.djangoproject.com/browser/django/branches/multi-auth/docs/authentication.txt#L677

-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

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