Problem:
We are currently leaking the IPs of users who are not logged in when making edits on Item and Property Special Pages.
With temporary accounts are enabled on the repo, we must not leak the IPs of users who are not logged in and add entry with their temporary account name instead to the edit histories etc.
Affected Item and Property SpecialPages
BDD
GIVEN a user who isn't logged in
AND Temporary Accounts are enabled
WHEN an edit is made on an Item and Property Special Page
THEN an entry with their temporary account name is added to the edit history of the Item
Acceptance criteria:
- IP is not leaked for users editing on the Merge Item SpecialPage and IP masking is enabled on the repo
- IP is not leaked for users editing on the Redirect an entity SpecialPage and IP masking is enabled on the repo