Skip to content
Snippets Groups Projects
Commit b1ed22fc authored by Andreas Fink's avatar Andreas Fink Committed by GitHub
Browse files

Added note about autocreation of users

parent e3b35920
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment