Describe SicuRezza here.
in risposta alla mail di marco
Q. How can I lock pages so that they can not be edited?:
A. 1. In the Index.php, there are 2 settings that in combination allowed me to do this. They are: define('ALLOW_BOGO_LOGIN', false) and define('REQUIRE_SIGNIN_BEFORE_EDIT', true). I then set my admin user and password to something, and now only my admin user can login. I did this as soon as I setup the Wiki, and never let any other users be created, so it may not work if there are other users created already.
2. You can lock pages individually, and manually, while logged in as admin user, and clicking the "Lock Page" link at the bottom of each page to lock. I've done this for my homepage, and I let users edit/create pages everywhere else.