Skip to content

Commit 88f311c

Browse files
author
Jkbr
committed
Turn on Create account option for new users.
1 parent 43777c2 commit 88f311c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wikibase/1.30/bundle/LocalSettings.php.wikibase-bundle.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ ${DOLLAR}wgMainCacheType = CACHE_ANYTHING;
3333
${DOLLAR}wgSessionsInObjectCache = true;
3434

3535
# Initially prevent unknown users from creating accounts or editing
36-
${DOLLAR}wgGroupPermissions['*']['edit'] = false;
37-
${DOLLAR}wgGroupPermissions['*']['createaccount'] = false;
36+
#${DOLLAR}wgGroupPermissions['*']['edit'] = true;
37+
#${DOLLAR}wgGroupPermissions['*']['createaccount'] = true;
3838

3939
require_once "${DOLLAR}IP/extensions/NamespaceHTML/NamespaceHTML.php";
4040

0 commit comments

Comments
 (0)