Hello I am trying to add new permission possibilities : I would like for some users (which I will call moderators) to be able to edit and delete the posts of other users, but I don't want the moderators to be superusers. I have not yet found a way to do that. Is it possible ? Or would I have to write some code ? If I had to write some code, my first idea is for every model (blog, gallery, etc.) add a fourth permission : "can moderate", which would mean that as long as the user with the permission is a staff member, when they log in the admin interface they can see (and of course edit) the model written by every user, and not just themselves. I have yet to figure out whether I want moderators to be able to edit content published by superusers...I don't think I want them to. Anyway, is it a simple way of doing that ? Could I write a simple app ? Or would I have to modify the mezzanine core ?
Deborah -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
