Last modified: 2014-07-28 15:43:08 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T70737, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 68737 - Removal of admin, bureaucrats, ... from closed wiki ukwikimedia
Removal of admin, bureaucrats, ... from closed wiki ukwikimedia
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
wmf-deployment
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-07-28 14:09 UTC by billinghurst
Modified: 2014-07-28 15:43 UTC (History)
7 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description billinghurst 2014-07-28 14:09:23 UTC
This wiki has been closed since its contents were shifted to an external host. Unlike other closed wikis the admins and crats were not removed, and it is desirable that the rights are removed for these rightsholders.
Comment 1 billinghurst 2014-07-28 14:10:25 UTC
Oh, the discussion and request from WMUK can be found at [[m:Special:PermanentLink/9331985]]
Comment 2 Marius Hoch 2014-07-28 14:10:36 UTC
This is a steward thing, not an actual site request.
Comment 3 billinghurst 2014-07-28 15:02:50 UTC
For other closed wikis it has been undertaken as part of the closure of the wiki, not separately. Plus as the discussion states, there is a longer list, and without ready reference to double check, it seemed more authoritative to do this as a data management issue.
Comment 4 billinghurst 2014-07-28 15:10:14 UTC
hmm, or not removed systematically.
Comment 5 Marius Hoch 2014-07-28 15:40:58 UTC
As this wiki isn't even accessible we decided it would be easier to remove all right holders server side.

mysql> DELETE FROM user_groups;
Query OK, 64 rows affected (0.00 sec)
Comment 6 Marius Hoch 2014-07-28 15:43:08 UTC
Just as a reference: Those were removed:


MariaDB [ukwikimedia_p]> SELECT user_name FROM user INNER JOIN user_groups ON ug_user = user_id WHERE ug_group = 'sysop';
+----------------------------------+
| user_name                        |
+----------------------------------+
| Mike Peel                        |
| Cfp                              |
| Tango                            |
| Seddon                           |
| AndrewRT                         |
| KTC                              |
| Steve virgin                     |
| LondonStatto                     |
| WereSpielChequers                |
| RexxS                            |
| MichaelMaggs                     |
| Charles Matthews                 |
| Victuallers                      |
| Andrew Gray                      |
| Fæ                               |
| Rock drum                        |
| MartinPoulter                    |
| The Land                         |
| Johnbod                          |
| ErrantX                          |
| Chase me ladies, I'm the Cavalry |
| Panyd                            |
| Pigsonthewing                    |
| HJ Mitchell                      |
| Jon Davies (WMUK)                |
| Yaris678                         |
| Richard Symonds (WMUK)           |
| Harry Wood                       |
| Daria Cybulska (WMUK)            |
| Stevie Benton (WMUK)             |
| Llywelyn2000                     |
| Katherine Bavage (WMUK)          |
| Rhyswynne                        |
| Kelson                           |
| Richard Nevell (WMUK)            |
| Deskana                          |
| Katie Chan (WMUK)                |
| Toni Sant (WMUK)                 |
| Jonathan Cardy (WMUK)            |
| Alastair McCapra                 |
| Robin Owain (WMUK)               |
| MartinPoulter Jisc               |
+----------------------------------+
42 rows in set (0.01 sec)


MariaDB [ukwikimedia_p]> SELECT user_name FROM user INNER JOIN user_groups ON ug_user = user_id WHERE ug_group = 'bureaucrat';
+----------------------------------+
| user_name                        |
+----------------------------------+
| MichaelMaggs                     |
| The Land                         |
| ErrantX                          |
| Chase me ladies, I'm the Cavalry |
| Jon Davies (WMUK)                |
| Richard Symonds (WMUK)           |
| Daria Cybulska (WMUK)            |
| Stevie Benton (WMUK)             |
| Katherine Bavage (WMUK)          |
| Jon Davies WMUK                  |
| Kelson                           |
| Richard Nevell (WMUK)            |
| Katie Chan (WMUK)                |
| Toni Sant (WMUK)                 |
| Jonathan Cardy (WMUK)            |
| Alastair McCapra                 |
| Robin Owain (WMUK)               |
+----------------------------------+
17 rows in set (0.00 sec)

MariaDB [ukwikimedia_p]> SELECT user_name FROM user INNER JOIN user_groups ON ug_user = user_id WHERE ug_group = 'bot';
+----------------------------+
| user_name                  |
+----------------------------+
| Thehelpfulbot              |
| LcawteBot                  |
| WMUK Wiki Migration Team   |
| MediaWiki message delivery |
+----------------------------+
4 rows in set (0.00 sec)

MariaDB [ukwikimedia_p]> SELECT user_name FROM user INNER JOIN user_groups ON ug_user = user_id WHERE ug_group = 'ipblock-exempt';
+--------------------------+
| user_name                |
+--------------------------+
| WMUK Wiki Migration Team |
+--------------------------+
1 row in set (0.00 sec)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links