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:
parent
d547efdc99
commit
a114eb34b1
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
|
||||||
|
|
Loading…
Reference in a new issue