jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  CSteipp: Looks good to me, but someone else must approve
  Reedy: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I847434832074d52fff115ab6a6120c1ae0c53913
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: CSteipp <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to