Make a Wiki Private: Difference between revisions
From Cramsession
Jump to navigationJump to search
✍️ Verified Author: Mflavell • Click to view professional profile & credentials
(Created page with "Disable reading by Anonymous users: Edit '''LocalSettings.php''' # Disable reading by anonymous users $wgGroupPermissions['*']['read'] = false;") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[Computer Notes]] > [[MediaWiki]] > Make a Wiki Private | |||
Disable reading by Anonymous users: | Disable reading by Anonymous users: | ||
Latest revision as of 21:18, 20 June 2025
Computer Notes > MediaWiki > Make a Wiki Private
Disable reading by Anonymous users:
Edit LocalSettings.php
# Disable reading by anonymous users $wgGroupPermissions['*']['read'] = false;