Page MenuHomePhabricator

ensure editing with same credentials
Closed, ResolvedPublic

Description

As an editor I want to edit on the repo with the same credentials as on the client in order to not leak personally identifiable information.

Problem:
We want to ensure that the edit that is made on the repo via the Wikidata Bridge is made under the same account as the user uses on the client. We want to especially avid the case where the editor is logged in on the client but edits as an IP on the repo as that is leaking private information.

BDD
GIVEN
AND
WHEN
AND
THEN
AND

Acceptance criteria:

Open questions:

  • Is this all already done from the security-side with using assertuser?