# Bulk edit users - remove moderator privilege

**URL:** https://meta.discourse.org/t/bulk-edit-users-remove-moderator-privilege/183523
**Category:** Support
**Created:** [March 17, 2021, 12:48pm UTC](https://meta.discourse.org/t/bulk-edit-users-remove-moderator-privilege/183523 "2021-03-17T12:48:17Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Antony](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/antony/32/204487_2.png) [@Antony](https://meta.discourse.org/u/Antony)
#### Post date: [March 17, 2021, 5:02pm UTC](https://meta.discourse.org/t/bulk-edit-users-remove-moderator-privilege/183523/3 "2021-03-17T17:02:54Z")

</div>

Thanks, it did the trick 🙂

For anyone needing this, here is the full procedure.

```plaintext
./launcher enter app
# rails c
# User.where(moderator: true).update_all(moderator: false)

```

---

_[View the full topic](https://meta.discourse.org/t/bulk-edit-users-remove-moderator-privilege/183523)._
