Problem:
We are currently leaking the IPs of users who are not logged in when making edits on Lexeme 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 Lexeme SpecialPages
BDD
GIVEN a user who isn't logged in
AND Temporary Accounts are enabled
WHEN an edit is made on a Lexeme 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 Create LexemeSpecialPage and IP masking is enabled on the repo
- IP is not leaked for users editing on the Merge Lexeme SpecialPage and IP masking is enabled on the repo