Niharika29 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/333653 )

Change subject: Disable logins on loginwiki to support LoginNotify
......................................................................

Disable logins on loginwiki to support LoginNotify

LoginNotify extension notifies users (using Echo) about new logins.
Loginwiki does not have Echo, which means an account login from
loginwiki will not send a notification to the user about the login.

Bug: T154064
Change-Id: I727a1a40ab5fca26efd2ff6c4b0defb03a8e6638
---
M wmf-config/CommonSettings.php
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/53/333653/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index e980808..439649b 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -849,7 +849,7 @@
        //for avconv / ffmpeg2theora
        $wgTranscodeBackgroundMemoryLimit = 4 * 1024 * 1024; // 4GB
        $wgFFmpegThreads = 2;
-       
+
        // ffmpeg tends to use about 175% CPU when threaded, so hits
        // the default 8-hour ulimit in 4-6 hours. This tends to cut
        // off very large files at very high resolution just before
@@ -1196,6 +1196,7 @@
        $wgGroupPermissions['*'] = [
                'read' => true,
                'autocreateaccount' => true,
+               'createaccount' => false,
        ];
        $wgGroupPermissions['user'] = [
                'read' => true,
@@ -1213,6 +1214,7 @@
                        'editinterface' => false,
                        'editusercss' => false,
                        'edituserjs' => false,
+                       'createaccount' => false,
                ]
        );
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/333653
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I727a1a40ab5fca26efd2ff6c4b0defb03a8e6638
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Niharika29 <nko...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to