Recent changes/Watchlist make it possible for users to filter edits by user registration status, see screenshot:
The "Unregistered" filter currently only treats IP users as unregistered. We want "Unregistered" to also include edits made by temporary accounts.
Acceptance Criteria:
Given I'm on a wiki where IP Masking is not enabled,
When I view Recent Changes or Watchlist filters,
Then the Unregistered filter includes edits made by IP editors,
and the filter description is: Editors who aren't logged-in.
(nothing changes)
Given I'm on a wiki where IP Masking is enabled,
When I view Recent Changes or Watchlist filters,
Then the Unregistered filter includes edits made by IP editors and Temporary accounts
and the filter description is: Editors who aren't logged-in and editors who are using temporary accounts.
(logic change and description change)