Page 1 of 1

Assign different author - what permissions required?

Posted: Tue Jul 15, 2008 5:06 pm
by Don Chambers
I recently changed various permissions for a particular user group and now no one in that user group can assign an entry to a different author.....

The permission I would have thought to control that is enabled:

Code: Select all

adminEntries: Administrate entries 	
  adminEntriesMaintainOthers: Administrate other user's entries
Apparantly, that is not the correct option. The options for this user group that ARE checked/enabled are:

Code: Select all

adminComments: Administrate comments 	

adminEntries: Administrate entries 	
  adminEntriesMaintainOthers: Administrate other user's entries 	

adminImages: Administrate media files 	
  adminImagesAdd: Add new media files 	
  adminImagesDelete: Delete media files 	
  adminImagesDirectories: Administrate media directories 	
  adminImagesMaintainOthers: Administrate other user's media files
  adminImagesView: View media files 	
  adminImagesViewOthers: View other user's media files

personalConfiguration: Access personal configuration
So what else needs to be enabled to allow an author to change the entry's author to someone else?

Posted: Tue Jul 15, 2008 5:59 pm
by Don Chambers
Through trial and error, the group option that must be enabled to allow an author to assign an entry to a different author is:

Code: Select all

  adminUsersMaintainSame: Administrate users that are in your group(s)
..... which makes no sense to me at all...

Posted: Wed Jul 16, 2008 11:50 am
by garvinhicking
Hi!

Yes, because the reasoning is that if you want to assign different authors, you must have permission to fetch their userdata. The group rights of "MaintainOther" does not include "MaintainSame", because the rights are not hierarchical. Thus, both must be checked for an author to be able to access first of all his own membership, and then expand it to other member groups.

Regards,
Garvin

Posted: Wed Jul 16, 2008 5:48 pm
by Don Chambers
Makes sense I guess. :wink: