# Discourse에서 모든 사용자의 제목 변경을 비활성화하는 방법?

**URL:** https://meta.discourse.org/t/how-to-disable-title-changes-for-all-users-on-discourse/357363
**Category:** Support
**Created:** [3월 15, 2025, 2:56오전 UTC](https://meta.discourse.org/t/how-to-disable-title-changes-for-all-users-on-discourse/357363 "2025-03-15T02:56:06Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![xkhalid](https://avatars.discourse-cdn.com/v4/letter/x/3ab097/32.png) [@xkhalid](https://meta.discourse.org/u/xkhalid)
#### Post date: [3월 15, 2025, 7:46오후 UTC](https://meta.discourse.org/t/how-to-disable-title-changes-for-all-users-on-discourse/357363/6 "2025-03-15T19:46:19Z")

</div>

감사합니다! 제목 및 랭킹 시스템과 관련하여 이 부분을 확인해 주시겠어요?

> [@Discourse에서 신뢰 수준에 따라 자동으로 직함을 지정하는 방법](https://meta.discourse.org/t/automatically-assigning-titles-based-on-trust-level-in-discourse/357365):
>
> Hi everyone, I have set up a ranking system with custom titles, but as you know, Discourse doesn’t have a built-in way to assign a default title to all new users. So, I created a workaround where: New members are in Group 1 Active members are in Group 2 And so on… The method I used is as follows: cd /var/discourse ./launcher enter app rails c User.where(trust\_level: 0).update\_all(title: "عضو جديد") User.where(trust\_level: 1).update\_all(title: "عضو جديد") User.where(trust\_level: 2).update\_a…

---

_[View the full topic](https://meta.discourse.org/t/how-to-disable-title-changes-for-all-users-on-discourse/357363)._
