1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00

Permissions too restrictive

This commit is contained in:
Elie 2014-05-08 21:57:17 -04:00
parent d547efdc99
commit a114eb34b1

View file

@ -166,8 +166,3 @@ $wgAuth = new Auth_remoteuser();
$wgAuthRemoteuserAuthz = true; $wgAuthRemoteuserAuthz = true;
$wgAuthRemoteuserName = $_SERVER["AUTHENTICATE_CN"]; $wgAuthRemoteuserName = $_SERVER["AUTHENTICATE_CN"];
$wgAuthRemoteuserMail = $_SERVER["AUTHENTICATE_MAIL"]; $wgAuthRemoteuserMail = $_SERVER["AUTHENTICATE_MAIL"];
// Don't let anonymous people do things...
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['*']['read'] = false;
$wgGroupPermissions['*']['edit'] = false;