Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/253462

Change subject: Don't log sysop with short passwords
......................................................................

Don't log sysop with short passwords

Change-Id: I847434832074d52fff115ab6a6120c1ae0c53913
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index a181c4f..93725cf 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1329,7 +1329,7 @@
                if ( $wmgUseCentralAuth ) {
                        $central = CentralAuthUser::getInstance( $user );
                        if ( $central->exists() && array_intersect(
-                               array( 'staff', 'sysadmin', 'steward', 
'ombudsman', 'checkuser', 'sysop' ),
+                               array( 'staff', 'sysadmin', 'steward', 
'ombudsman', 'checkuser' ),
                                array_merge(
                                        $central->getLocalGroups(),
                                        $central->getGlobalGroups()

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I847434832074d52fff115ab6a6120c1ae0c53913
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to