Skip to content

Commit

Permalink
Update anonymize_person.html.erb
Browse files Browse the repository at this point in the history
Change to align website instructions with current WRT anonymization process.
  • Loading branch information
ohexter authored and gregorbg committed Mar 3, 2023
1 parent f3978e4 commit 0d37c8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions WcaOnRails/app/views/admin/anonymize_person.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
<br>

<% if @anonymize_person.account %>
<li>Request data anonymization from WCA Forum by <%= mail_to Team.wac.leader.user.email[0], name = "Emailing the WAC Leader", cc: Team.wrt.email, subject: "Anonymization Request", body: "Hello " + Team.wac.leader.user.name + ",
WCA has received an anonymization request for #{@anonymize_person.account.email}. Can you please search active users ( https://forum.worldcubeassociation.org/admin/users/list/active) for any users using this email. If there are any can you please anonymize the user's data.
Thanks - WCA Results Team" %>.</li>
<li>If you are an administrator of the WCA forum, search active users (https://forum.worldcubeassociation.org/admin/users/list/active) for any users using this email and anonymize their data. If you are not an administrator of the WCA forum, please ask a WRT member with administrator access to perform this step.</li>
<br>
<li>Request data removal from OAuth Access Grants.</li>
<% access_grants = @anonymize_person.account.oauth_access_grants.select { |access_grant| !access_grant.revoked_at.nil? } %>
Expand Down

0 comments on commit 0d37c8e

Please sign in to comment.