This page contains default permissions for this Wiki.  You use it by setting the variable "defaultpermissions" on the page, and using the standard notation, and separating the permissions using a semicolon (;).  Note that this only works in the case you are keeping the wiki permissions on the page, using the included [PageAuthorizer] module.

Some examples follow.

The blanket permission "edit" always implies also upload and commenting permissions.

----

To make the Wiki open for everyone:

{{{
[{SET defaultpermissions='ALLOW view Guest;ALLOW edit Guest'}]
}}}

To make the Wiki open to read for everyone, but only editable by people who have logged in:
{{{
[{SET defaultpermissions='ALLOW view Guest;DENY edit Guest;ALLOW edit KnownPerson'}]
}}}

To make the Wiki closed for everyone except people who have logged in:
{{{
[{SET defaultpermissions='DENY view Guest;ALLOW view KnownPerson;DENY edit Guest;ALLOW edit KnownPerson'}]
}}}

----

Click on "Edit this page" to see the default permissions for this Wiki.

[{SET defaultpermissions='ALLOW view Guest;ALLOW edit Guest'}]

[{ALLOW view Guest}]
[{ALLOW edit Guest}]
