Re: UserPermissions
Janne Jalkanen <[email protected]> Thu, 30 Aug 2007 20:42:44 +0300
| Newsgroups | gmane.comp.java.jspwiki.user |
|---|---|
| Message-ID | <[email protected]> |
> for now lets keep aside jspwiki.policy and consider per page ACL.
> If there is
> a page called Main and on the top this page user Jane writes
> [{ALLOW view
> Janne, Swarup}] which means only Janne and Swarup can view this
> page and not
> the other users but the user Swarup again modifies it to
> [{ALLOW view Janne, Swarup, Murray}] which is not liked by Jane.
> So how can we resolve such conflicts ?
You cannot. If you do not trust Swarup, do not give him edit rights.
(Note that if Swarup only has view rights, he cannot change the page
- he needs the "edit" permission.)
/Janne