
![]() |
Show Changes |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 12/1/2008 8:57:25 PM |
| -203.45.44.13 |
| 12/1/2008 8:51:52 PM |
| -203.45.44.13 |
| 9/18/2008 10:21:57 AM |
| FLWCOM-jwdavidson |
| 8/11/2008 11:57:52 AM |
| -156.42.68.5 |
| 8/11/2008 11:57:32 AM |
| -156.42.68.5 |
![]() |
List all versions |
ZaSNLS <a href="http://vbzpxaxznnku.com/">vbzpxaxznnku</a>, [url=http://aedgthzvnpds.com/]aedgthzvnpds[/url], [link=http://hfvkvidsirua.com/]hfvkvidsirua[/link], http://gzedkmxabicb.com/
This page has been vandalized. Please restore the help desk. 07-29-08
Q: Forms Authorization
I'm working with the flexwiki.config file to allow authenticated users to edit most pages, but allow only a few users to edit pages in a particular namespace. After the namespace parameters, I added authentication options with
<AuthorizationRules> <Rule Type="Allow" Action="Edit" Principal="user:name1,name2" /> <Rule Type="Deny" Action="Edit" Principal="user:testuser" /> </AuthorizationRules>
Testuser can still edit pages in that namespace. Testuser is not defined as an administrator, but can make changes in the administration pages. What's wrong?