# How to reset the new user tips for everyone?

**URL:** https://meta.discourse.org/t/how-to-reset-the-new-user-tips-for-everyone/283094
**Category:** Support
**Tags:** rails-console, user-tips
**Created:** [July 18, 2023, 8:36am UTC](https://meta.discourse.org/t/how-to-reset-the-new-user-tips-for-everyone/283094 "2023-07-18T08:36:45Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [July 18, 2023, 10:45am UTC](https://meta.discourse.org/t/how-to-reset-the-new-user-tips-for-everyone/283094/2 "2023-07-18T10:45:47Z")

</div>

Not 100% sure, but using this:

> [@GDPR and the Digest email](https://meta.discourse.org/t/gdpr-and-the-digest-email/86753/25):
>
> 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)

You could update `skip_new_user_tips` to `false`, and set `seen_popups` to `{}` (unless you want people to continue from the step they stopped at).

I’m not stating a solution, just some clues awaiting confirmation 🙂  
And, as usual, and in any case, it’s always highly recommended to try on a test server and do a backup first.

---

_[View the full topic](https://meta.discourse.org/t/how-to-reset-the-new-user-tips-for-everyone/283094)._
