Pontoon VCS user's identify is hardcoded in a few places: https://github.com/mozilla/pontoon/blob/a3362563a273d6c4b2b403da11454e1374d25150/pontoon/sync/core.py#L325 https://github.com/mozilla/pontoon/blob/a3362563a273d6c4b2b403da11454e1374d25150/pontoon/sync/vcs/models.py#L539 https://github.com/mozilla/pontoon/blob/a3362563a273d6c4b2b403da11454e1374d25150/pontoon/sync/vcs/repositories.py#L153 We should de-hardcode that by moving Mozilla-specific data (name and email) to environment variables with default values set to something general.
Bug 1567400 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Pontoon VCS user's identity is hardcoded in a few places: https://github.com/mozilla/pontoon/blob/a3362563a273d6c4b2b403da11454e1374d25150/pontoon/sync/core.py#L325 https://github.com/mozilla/pontoon/blob/a3362563a273d6c4b2b403da11454e1374d25150/pontoon/sync/vcs/models.py#L539 https://github.com/mozilla/pontoon/blob/a3362563a273d6c4b2b403da11454e1374d25150/pontoon/sync/vcs/repositories.py#L153 We should de-hardcode that by moving Mozilla-specific data (name and email) to environment variables with default values set to something general.