Hi all,

I got a little confused about the auth docs.
Both is_staff and is_active designates that a user can log into the
admin, so... what's the real difference?

I've made some tests combining active, staff and superuser:

- Only active: no login
- Only staff: login but no default permissions
- Only super: no login

- Active+staff: login but no default perms
- Active+super: no login
- Staff+super: login but no default perms

- Active+staff+super: ok

And what fields should be checked (True) to a normal site user
(non-admin)?

Sorry about the mess...

Regards.
Enrico


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