diff options
author | Marja van Waes <marja@mageia.org> | 2017-09-02 06:17:01 +0200 |
---|---|---|
committer | Marja van Waes <marja@mageia.org> | 2017-09-02 06:17:01 +0200 |
commit | 9226d078dcc552207b3a103543079183bb22c050 (patch) | |
tree | ea6c73dca4000821a11e29253e787b65e411bf18 | |
parent | 888dacbcd3d21c001d36a8babefdbeb39f392f1a (diff) | |
download | puppet-9226d078dcc552207b3a103543079183bb22c050.tar puppet-9226d078dcc552207b3a103543079183bb22c050.tar.gz puppet-9226d078dcc552207b3a103543079183bb22c050.tar.bz2 puppet-9226d078dcc552207b3a103543079183bb22c050.tar.xz puppet-9226d078dcc552207b3a103543079183bb22c050.zip |
Try to deliberately break auto account creation, to stop spamming.
o so that the wiki can be unlocked again
o and existing wiki users can work in the wiki again
-rw-r--r-- | deployment/wikis/templates/wiki_settings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings index b9da7fb0..3e3ced26 100644 --- a/deployment/wikis/templates/wiki_settings +++ b/deployment/wikis/templates/wiki_settings @@ -7,7 +7,7 @@ $wgGroupPermissions['*']['createpage'] = false; $wgGroupPermissions['*']['writeapi'] = false; $wgGroupPermissions['*']['createaccount'] = false; $wgGroupPermissions['user']['edit'] = true; -$wgGroupPermissions['*']['autocreateaccount'] = true; +$wgGroupPermissions['*']['autocreateaccount'] = false; $wgScriptPath = "/mw-$wgLanguageCode"; $wgArticlePath = "/$wgLanguageCode/$1"; |