This is actually a Django-specific question, as the user and permission mechanisms are coded in django.contrib.auth. Take a look at the Using the Django authentication system <https://docs.djangoproject.com/en/1.7/topics/auth/default/> guide for more info. Also, you can re-ask the question on the Django users mailing list.
On Monday, 17 November 2014 19:48:09 UTC-5, Kyle McKenna wrote: > > Hi, I'm trying to make a "manager" user, who can create other "staff" > users. I noticed that when I give the "manager" user the ability to create > users, that they can create users and give them ANY permission available > (even ones they don't have access to), is there a built in or easy way to > handle this? > > Thanks, > Kyle > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/satchmo-users. For more options, visit https://groups.google.com/d/optout.
