VS: Re: Users and Rights
"Janne Jalkanen" <[email protected]> Thu, 30 Aug 2007 17:04:07 +0300
| Newsgroups | gmane.comp.java.jspwiki.user |
|---|---|
| Message-ID | <[email protected]> |
He probably is not anonymous but asserted (=has a cookie) in that case. Comment out also the asserted bits. /janne Sent from my Nokia E61i -- alkuper. viesti -- Aihe: Re: [Jspwiki-users] Users and Rights Lähettäjä: Tracer7 <[email protected]> Päivämäärä: 30.08.2007 10:01 Hallo i have erased the lines edit and createPages for anonymous user, but he still can edit pages. What could be the problem ? // anonymous: grant signedBy "jspwiki", principal com.ecyrd.jspwiki.auth.authorize.Role "Anonymous" { permission com.ecyrd.jspwiki.auth.permissions.PagePermission "*:*", "view"; // permission com.ecyrd.jspwiki.auth.permissions.PagePermission "*:*", "edit"; // permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", "createPages"; permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", "editPreferences"; permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", "editProfile"; permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", "login"; }; -- View this message in context: http://www.nabble.com/Users-and-Rights-tf4347668.html#a12404037 Sent from the JspWiki - User mailing list archive at Nabble.com. _______________________________________________ This is the Jspwiki-users mailing list, in which we discuss the stable release (even-numbered, 2.4.x, 2.6.x), and user-issues. For development discussion, please join jspwiki-dev. http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users http://www.jspwiki.org/JSPWikiMailingList