I have moved my MediaWiki from a Raspberry Pi to an Intel NUC. I want to leave the MediaWiki on the Pi running, just in case I missed something in the move. But I want to turn off editing so that I don't accidentally try to dd new information to an old wiki.
I put this into my /var/www/html/LocalSettings.php file (on the Pi)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
SteveMann
I have moved my MediaWiki from a Raspberry Pi to an Intel NUC. I want to leave the MediaWiki on the Pi running, just in case I missed something in the move. But I want to turn off editing so that I don't accidentally try to dd new information to an old wiki.
I put this into my /var/www/html/LocalSettings.php file (on the Pi)
#Restrict editing by absolutely everyone $wgGroupPermissions['*']['edit'] = false; $wgGroupPermissions['user']['edit'] = false; $wgGroupPermissions['sysop']['edit'] = false;
Yet, I can still edit.
What did I miss?
Thanks.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.