Green-Party-of-Canada-Members / gpc-decidim

Decidim For the Green Party of Canada
https://wedecide.green.ca/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Meeting invitations allow admins to collect emails of all participants #47

Closed BigSnicker closed 2 years ago

BigSnicker commented 2 years ago

I generally thought, due to data privacy, that emails were kept from administrators.

However, this appears to display email address from the entire database, including blocked users, when inviting members to meetings: image

Is this a bug? Am I incorrect in assuming email addresses are supposed to be concealed?

John

paarals commented 2 years ago

Hi @microstudi, this happens here: https://staging.deploy.green.ca/admin/assemblies/fake-campaign-ivan/components/355/manage/meetings/134/registrations/invites

Desired solution: not show email from users in autocomplete

microstudi commented 2 years ago

I see, this is a bug and we can directly create a PR to Decidim core. I'll take care of that

microstudi commented 2 years ago

Fixed by https://github.com/openpoke/decidim/pull/14

BigSnicker commented 2 years ago

Perfect solution, @microstudi !