Hi, On Thu, Nov 6, 2014 at 5:33 AM, Jason Clemons <[email protected]> wrote:
> Sorry.. do you mean that if the admin has view rights = true that other > users are implicitly denied? > > -----Original Message----- > From: users [mailto:[email protected]] On Behalf Of Eduard Moraru > Sent: Wednesday, November 5, 2014 4:04 PM > To: XWiki Users > Subject: Re: [xwiki-users] Livetable results hidden from everyone but > Admin? > > Hi Jason, > > Maybe you have not given view rights *explicitly* to the Admin user (i.e. > the admin user has "view" checked). In this case, all other users are > denied the right. > Yes, that is what happens with XWiki Rights. If you are explicitly signling out a user or a group by allowing something, it means that all others are denied. Same goes if you are denying something explicitly, it means that all others are allowed. If you have checked users, make sure you check groups too. An example would be where you give view rights to the XWikiAdminGroup but not also to XWikiAllGroup. In this case, all registered users, except admins, will be denied the view rights. A final thing to consider is that the XWiki.Admin user is the owner of the main wiki, meaning that he will always have access to do anything, regardless of rights. Can you access/view a document (which is not hidden) with a regular user, but do not see that document in the Main.AllDocs livetable? If this happens, then you might have a problem with your XWiki.LiveTableResults or XWiki.LiveTableResultsMacros documents; try rolling them back to version 1.1. Always, don`t forget to check your logs. Hope this helps, Eduard > > Thanks, > Eduard > > On Thu, Nov 6, 2014 at 12:55 AM, Jason Clemons <[email protected]> > wrote: > > > Hello all, > > > > I have this odd problem and I'm hoping someone can help. I was messing > > with permissions and now all my regular users, other than admins can't > see > > any rows in ANY LiveTable. I've checked permissions on every related > > object I can think of and can't find anything out of the ordinary, but I > > can't think of anything else that might be causing the issue. Any help > is > > GREATLY appreciated... > > > > Thanks in advance, > > > > Jason > > _______________________________________________ > > users mailing list > > [email protected] > > http://lists.xwiki.org/mailman/listinfo/users > > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
