You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With changes made to how commit authors' names are displayed in reports and in the avatars across the site (e.g. the list of contributors on the releases page), the only way developers can get an accurate representation of how the production site will display commit author's names is by having data that mostly matches the production site.
The reason for this is we're using the github url from the stored commit data to associate commit data with the user account based on the github_username data from the Users table. This github_username data is only set when a user sets it, or connects the account via SSO where it is inserted automatically.
It would be useful to have an automated process that dumps the production data and anonymizes sensitive data (e.g. any passwords) that we as devs could download, maybe from a generated link placed into passbolt?
The text was updated successfully, but these errors were encountered:
With changes made to how commit authors' names are displayed in reports and in the avatars across the site (e.g. the list of contributors on the releases page), the only way developers can get an accurate representation of how the production site will display commit author's names is by having data that mostly matches the production site.
The reason for this is we're using the github url from the stored commit data to associate commit data with the user account based on the
github_username
data from the Users table. Thisgithub_username
data is only set when a user sets it, or connects the account via SSO where it is inserted automatically.It would be useful to have an automated process that dumps the production data and anonymizes sensitive data (e.g. any passwords) that we as devs could download, maybe from a generated link placed into passbolt?
The text was updated successfully, but these errors were encountered: