I recently Installed PmWiki and want to make a Site like this: http://medesign.seas.upenn.edu/index.php
But PmWiki is a wiki software so everyone have access to edit pages - I dont want to have this.
But I dont know how to make a page like my example, I found out that AuthUser is doing something like athorization, but I dont know how to setup it correctly, just for lonely pages with:
- Restrict reading the SiteAdmin/AuthUser page to the @admins group.
- Go to http://yourwiki.com/pmwiki.php?n=SiteAdmin/AuthUser&action=attr then put "@admins" in the "read" field''.
- Now only the actual administrator can read the page (no one is in the @admins group at this time, and AuthUser is not turned on yet).
- It will ask for a password. Use the one (example: itsmytemporarysecret) from the previous step.
So anybody can help me?