jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/308281 )

Change subject: Rename 'technician' to 'interface-editor' on trwiki
......................................................................


Rename 'technician' to 'interface-editor' on trwiki

Standardizing user group names across WMF wikis: 'interface-editor' is
the name used by most wikis to name the usergroup with access to the
'editinterface'.

Removing also mentions to 'technician' at CommonSettings.php with
regards to security. The 'interface-editor' user group is now added to
enforced password policy and can also enable 2FA on their accounts by
default so no further security patches are required for this.

Bug: T144638
Bug: T139246
Change-Id: I808503a77224d0511b93cf8256b8c2a7695c67ff
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 3 insertions(+), 5 deletions(-)

Approvals:
  Thcipriani: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 813bb8f..e727c32 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -419,7 +419,6 @@
                        'templateeditor' => [ 'fawiki', 'rowiki' ],
                        'botadmin' => [ 'frwiktionary', 'mlwiki', 
'mlwikisource', 'mlwiktionary' ],
                        'translator' => [ 'incubatorwiki' ],
-                       'technician' => [ 'trwiki' ],
                        'wikidata-staff' => [ 'wikidata' ],
                ];
 
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 92408fb..f2ba34f 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -9063,7 +9063,7 @@
                        'review' => true, // T40690
                        'unreviewedpages' => true, // T40690
                ],
-               'technician' => [
+               'interface-editor' => [ // Renamed from 'technician' per T144638
                        'abusefilter-log-detail' => true, // T40690
                        'abusefilter-modify' => true, // T40690
                        'apihighlimits' => true, // T40690
@@ -9341,7 +9341,6 @@
        '+rowiki' => [ 'templateeditor' ],
        '+ruwiki' => [ 'engineer' ],
        '+testwiki' => [ 'centralnoticeadmin' ],
-       '+trwiki' => [ 'technician' ],
        '+wikidata' => [ 'wikidata-staff' ],
 ],
 
@@ -9937,7 +9936,7 @@
        ],
        '+trwiki' => [
                'sysop' => [ 'patroller', 'massmessage-sender' ], // bureaucrat 
-> sysop, T40690, T147740
-               'bureaucrat' => [ 'technician' ], // T41690
+               'bureaucrat' => [ 'interface-editor' ], // T41690
        ],
        '+uawikimedia' => [
            'bureaucrat' => [ 'translationadmin' ], // T131731
@@ -10674,7 +10673,7 @@
        ],
        '+trwiki' => [
                'sysop' => [ 'patroller', 'massmessage-sender' ], // bureaucrat 
-> sysop, T40690, T147740
-               'bureaucrat' => [ 'technician' ], // T41690
+               'bureaucrat' => [ 'interface-editor' ], // T41690
        ],
        '+uawikimedia' => [
                'bureaucrat' => [ 'translationadmin' ], // T131731

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I808503a77224d0511b93cf8256b8c2a7695c67ff
Gerrit-PatchSet: 12
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: MarcoAurelio <[email protected]>
Gerrit-Reviewer: Brian Wolff <[email protected]>
Gerrit-Reviewer: Dereckson <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Luke081515 <[email protected]>
Gerrit-Reviewer: MarcoAurelio <[email protected]>
Gerrit-Reviewer: Thcipriani <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to