# 카테고리 관리자 기능에 대하여

**URL:** https://meta.discourse.org/t/about-the-category-moderator-feature/169185
**Category:** Support
**Tags:** category-moderators
**Created:** [11월 4, 2020, 6:03오전 UTC](https://meta.discourse.org/t/about-the-category-moderator-feature/169185 "2020-11-04T06:03:02Z")
**Posts on this page:** 1
**Showing post:** 15

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [5월 5, 2023, 4:32오전 UTC](https://meta.discourse.org/t/about-the-category-moderator-feature/169185/15 "2023-05-05T04:32:31Z")

</div>

> [@Nesha](#):
>
> 가장 쉬운 방법은 무엇일까요?

> [@Modify trust level for all users](https://meta.discourse.org/t/modify-trust-level-for-all-users/103628):
>
> Here’s an example of a [bulk operation](https://meta.discourse.org/t/administrative-bulk-operations/118349) to set the trust level to 2 for all users currently at trust level 0 or 1: This is slow, but properly triggers all side effects (group membership updates, badge grants, and logging). It may be preferred especially when you have fewer than 1000 users. Note: this does not skip users with manually locked trust levels — add .where(manual\_locked\_trust\_level: nil) to the query if you want to skip them. User.where(trust\_level: [0, 1]).find\_each do |user| user.…

---

_[View the full topic](https://meta.discourse.org/t/about-the-category-moderator-feature/169185)._
