How do I allow any user to edit but the edited pages only updated on wiki after being approved by moderators?
Add the appropriate functionality to the code. ;p There is no way of doing this with the current software, although if written well it could prove a useful alternative for page protection. Koset writes: I have a simple solution. Replace the following line in includes/UserMailer.php $dest = $to->toString(); with $dest = “your@email.net”; Note, you’ll have to do this in TWO places. This way, you receive all mail intended for users. You can approve them by simply forwarding them. You may want to change the “from” address to look wiki-official. –Koset http://koset.