# Previously selected user themes can override allowed themes

**URL:** https://meta.discourse.org/t/previously-selected-user-themes-can-override-allowed-themes/80053
**Category:** Support
**Created:** [2월 7, 2018, 9:43오후 UTC](https://meta.discourse.org/t/previously-selected-user-themes-can-override-allowed-themes/80053 "2018-02-07T21:43:17Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [2월 7, 2018, 10:27오후 UTC](https://meta.discourse.org/t/previously-selected-user-themes-can-override-allowed-themes/80053/9 "2018-02-07T22:27:39Z")

</div>

Not quite what you’re looking for. In [Completely disable mailing list mode? - #10 by techAPJ](https://meta.discourse.org/t/completely-disable-mailing-list-mode/37334/10) I found this

```plaintext
./launcher enter app
rails c
UserOption.update_all(mailing_list_mode: false)

```

You’d do something similar, like

```
UserOption.update_all(theme_key: 666)

```

Which I found by looking in discourse/app/models/user\_option.rb.

---

_[View the full topic](https://meta.discourse.org/t/previously-selected-user-themes-can-override-allowed-themes/80053)._
