# GDPR and the Digest email

**URL:** https://meta.discourse.org/t/gdpr-and-the-digest-email/86753
**Category:** Community Building
**Tags:** gdpr, activity-summary
**Created:** [May 4, 2018, 1:16pm UTC](https://meta.discourse.org/t/gdpr-and-the-digest-email/86753 "2018-05-04T13:16:50Z")
**Posts on this page:** 1
**Showing post:** 25

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [June 4, 2018, 4:01pm UTC](https://meta.discourse.org/t/gdpr-and-the-digest-email/86753/25 "2018-06-04T16:01:24Z")

</div>

Slightly shorter

```
cd /var/discourse
./launcher enter app
rails db
UPDATE user_options SET email_digests = false

```

Or, the version I prefer

```
cd /var/discourse
./launcher enter app
rails c
UserOption.update_all(email_digests: false)

```

---

_[View the full topic](https://meta.discourse.org/t/gdpr-and-the-digest-email/86753)._
