On Friday, November 14, 2014 9:25:28 PM UTC-5, RLF_UNIQUE wrote:
>
> I want to make a "manager" user, who has a set of permissions (less than 
> what I have as admin). I want "manager" to be able to create users, groups, 
> permissions, etc, but restrict them to ONLY the permissions they have (if I 
> give them permission to add user, they can just give new user all available 
> permissions, even ones they don't have). Is there an easy way to do this?
>

Hello,

I don't think django has anything like this built-in, but it seems to me if 
you write some code for adding permissions, you could just manually check 
that the user has the permission before giving it to the next person.

Though of course, removing permissions from the first user wouldn't 
automatically remove them from the other people. 

Collin

-- 
You received this message because you are subscribed to the Google Groups 
"Django 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/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f8c42c30-f061-434e-8002-3767ef49e41f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to