diff --git a/README.md b/README.md index 8ff640f34120f1f87876339d2eba128f64ac5bd4..83d54ca21011ad76becd9a55ebb5b8697883b0bd 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ First, add this to your `LocalSettings.php`: wfLoadExtension( 'AuthRemoteuser' ); $wgAuthRemoteuserMailDomain = 'example.com'; + # If you want the extension to autocreate users not existing you have to add + $wgGroupPermissions['*']['autocreateaccount'] = true; + # Settings: AuthRemoteuser $wgGroupPermissions['*']['createaccount'] = false; $wgGroupPermissions['*']['read'] = false;