On 08/03/2010 11:56 PM, Ramon Gomes Brandão - SERINT wrote: > Hi, > > > > I want to give all users the ability to change Access Rights on the pages > they create. I've noticed that only admin group has this ability. > > When a user creates a page, I would like that "Access Rights" appear on the > Editor drop down menu. This page access classification by the author is > nothing but essential on my > > Xwiki instance at my corp. > > > > How can I do that?
Any user that can edit a page can also edit the rights for that page. There are two kinds of users, advanced and simple users. This is set from the user's profile. For more details, see http://platform.xwiki.org/xwiki/bin/Features/PageEditing#HSimpleandAdvancededitingmodes Simple users have a simple edit menu, with just one entry, the default edit mode for a document. Advanced users see the full edit menu. So, it's not that only administrators can edit page rights, but that administrators are by default advanced users. So, there are two options: - tell users that they can edit page rights if they switch to "advanced" - change menuview.vm so that the "advanced user" check is omitted -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
