Page MenuHomePhabricator

Prepare WikimediaIncubator extension for IP Masking
Closed, ResolvedPublic

Description

A preliminary investigation (T326759) has found that the WikimediaIncubator extension may be affected by IP Masking

Event Timeline

It looks like the user search text field in Special:ViewUserLang needs to be updated to filter out temporary users since the form disallows showing their lang setting already. If https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1054961 gets accepted and merged then this will be possible by passing excludetemp to the descriptor that creates the search box.

kostajh subscribed.

It looks like the user search text field in Special:ViewUserLang needs to be updated to filter out temporary users since the form disallows showing their lang setting already. If https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1054961 gets accepted and merged then this will be possible by passing excludetemp to the descriptor that creates the search box.

Thanks! Could you make a patch that uses Depends-On to the core patch, please?

Change #1064433 had a related patch set uploaded (by Amdrel; author: Amdrel):

[mediawiki/extensions/WikimediaIncubator@master] Filter temporary accounts from dropdown on Special:ViewUserLang

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

Amdrel changed the task status from Open to In Progress.Aug 21 2024, 5:47 PM

Sure thing! I added a patch that adds the 'excludetemp' filter to the dropdown.

Change #1064433 merged by jenkins-bot:

[mediawiki/extensions/WikimediaIncubator@master] Filter temporary accounts from dropdown on Special:ViewUserLang

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