Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data removal request for U0S6J3WKG #56

Open
2 of 3 tasks
nshttpd opened this issue Apr 4, 2022 · 1 comment
Open
2 of 3 tasks

Data removal request for U0S6J3WKG #56

nshttpd opened this issue Apr 4, 2022 · 1 comment
Labels
🟢 Ready for review Ready for review ⛔ Data deletion request Data deletion request

Comments

@nshttpd
Copy link

nshttpd commented Apr 4, 2022

Please process the following data removal request.

My Slack user id is (it looks like U03H0B61B): U0S6J3WKG
my Slack username is: nshttpd

Check all that apply with [x]:

  • Ignore me going forward (all future messages from me will appear as "[redacted]")
  • Blank out my profile and redact all historic messages from me (all past messages from me will appear as "[redacted]")
  • Only redact certain historical messages from me (please provide a time range or other search criteria)
@nshttpd nshttpd changed the title Data removal request for nshttpd Data removal request for U0S6J3WKG Apr 4, 2022
@zacstewart zacstewart added the ⛔ Data deletion request Data deletion request label Apr 7, 2022
@zacstewart
Copy link
Owner

You're all set. You can search your user ID to confirm that all past present and future messages are redacted and that your profile info is blanked out: http://www.tech404logs.com/search?q=U0S6J3WKG

Please close the issue if you're satisfied.

Opt-out:

Please enter the user's ID (It looks like U03H0B61B)
> U0S6J3WKG
A, [2022-04-07T03:36:29.639070 #4]   ANY -- : 2022-04-07 03:36:29 +0000 severity=INFO, (0.001156s) BEGIN
A, [2022-04-07T03:36:29.641089 #4]   ANY -- : 2022-04-07 03:36:29 +0000 severity=INFO, (0.001578s) SELECT CAST(current_setting('server_version_num') AS integer) AS v
A, [2022-04-07T03:36:29.644045 #4]   ANY -- : 2022-04-07 03:36:29 +0000 severity=INFO, (0.002546s) SELECT * FROM "users" WHERE ("id" = 'U0S6J3WKG') LIMIT 1
{:id=>"U0S6J3WKG",
 :name=>"nshttpd",
 :real_name=>"nshttpd",
 :image=>
  "https://avatars.slack-edge.com/2020-05-12/1125583698084_e35c3cb9717944078749_48.png",
 :opted_out=>false}
Are you sure you want to opt this user out? [Y/n] /app/vendor/bundle/ruby/2.7.0/gems/json_pure-1.8.6/lib/json/common.rb:155: warning: Using the last argument as keyword parameters is deprecated
/app/vendor/bundle/ruby/2.7.0/gems/json_pure-1.8.6/lib/json/common.rb:155: warning: Using the last argument as keyword parameters is deprecated
** [NewRelic][2022-04-07 03:36:29 +0000 run.* (4)] INFO : Reporting to: https://rpm.newrelic.com/accounts/2435963/applications/383619501
y
A, [2022-04-07T03:36:42.494058 #4]   ANY -- : 2022-04-07 03:36:42 +0000 severity=INFO, (0.002919s) UPDATE "users" SET "opted_out" = true WHERE ("id" = 'U0S6J3WKG')
User has been opted out.
A, [2022-04-07T03:36:42.500583 #4]   ANY -- : 2022-04-07 03:36:42 +0000 severity=INFO, (0.002224s) COMMIT

Redact:

Please enter the user's ID (It looks like U03H0B61B)
> U0S6J3WKG
A, [2022-04-07T03:37:29.867871 #4]   ANY -- : 2022-04-07 03:37:29 +0000 severity=INFO, (0.001069s) BEGIN
A, [2022-04-07T03:37:29.871642 #4]   ANY -- : 2022-04-07 03:37:29 +0000 severity=INFO, (0.003084s) SELECT CAST(current_setting('server_version_num') AS integer) AS v
A, [2022-04-07T03:37:29.875592 #4]   ANY -- : 2022-04-07 03:37:29 +0000 severity=INFO, (0.003221s) SELECT * FROM "users" WHERE ("id" = 'U0S6J3WKG') LIMIT 1
{:id=>"U0S6J3WKG",
 :name=>"nshttpd",
 :real_name=>"nshttpd",
 :image=>
  "https://avatars.slack-edge.com/2020-05-12/1125583698084_e35c3cb9717944078749_48.png",
 :opted_out=>true}
A, [2022-04-07T03:37:29.980827 #4]   ANY -- : 2022-04-07 03:37:29 +0000 severity=INFO, (0.103978s) SELECT count(*) AS "count" FROM "messages" WHERE ("user_id" = 'U0S6J3WKG') LIMIT 1
3831 messages
Are you sure you want to redact this user? [Y/n] /app/vendor/bundle/ruby/2.7.0/gems/json_pure-1.8.6/lib/json/common.rb:155: warning: Using the last argument as keyword parameters is deprecated
/app/vendor/bundle/ruby/2.7.0/gems/json_pure-1.8.6/lib/json/common.rb:155: warning: Using the last argument as keyword parameters is deprecated
** [NewRelic][2022-04-07 03:37:30 +0000 run.* (4)] INFO : Reporting to: https://rpm.newrelic.com/accounts/2435963/applications/383619501
y
A, [2022-04-07T03:37:34.576268 #4]   ANY -- : 2022-04-07 03:37:34 +0000 severity=INFO, (0.001536s) UPDATE "users" SET "name" = '[deleted]', "real_name" = '[deleted]', "image" = '/deleted-user.png' WHERE ("id" = 'U0S6J3WKG')
A, [2022-04-07T03:37:34.777973 #4]   ANY -- : 2022-04-07 03:37:34 +0000 severity=INFO, (0.201212s) UPDATE "messages" SET "text" = '[redacted]' WHERE ("user_id" = 'U0S6J3WKG')
A, [2022-04-07T03:37:34.905217 #4]   ANY -- : 2022-04-07 03:37:34 +0000 severity=INFO, (0.126898s) COMMIT

@zacstewart zacstewart added the 🟢 Ready for review Ready for review label Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🟢 Ready for review Ready for review ⛔ Data deletion request Data deletion request
Projects
None yet
Development

No branches or pull requests

2 participants