# Discourse-ID가 내 포럼 대신 자체 로고와 이름을 표시합니다

**URL:** https://meta.discourse.org/t/discourse-id-displays-its-own-logo-name-instead-of-my-forums/409028
**Category:** Support
**Tags:** bug, discourse-id
**Created:** [8월 1, 2026, 6:17오전 UTC](https://meta.discourse.org/t/discourse-id-displays-its-own-logo-name-instead-of-my-forums/409028 "2026-08-01T06:17:53Z")
**Posts on this page:** 1
**Showing post:** 14

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [8월 5, 2026, 9:08오전 UTC](https://meta.discourse.org/t/discourse-id-displays-its-own-logo-name-instead-of-my-forums/409028/14 "2026-08-05T09:08:23Z")

</div>

아, 알겠습니다. 제 환경에서는 아래 방법으로 해결되었으니 시도해 보세요:

1. SSH로 접속하여 Rails 콘솔을 실행합니다:

```plaintext
cd /var/discourse
./launcher enter app
rails c

```

1. 두 개의 숨겨진 자격 증명을 지웁니다:

```plaintext
SiteSetting.discourse_id_client_id = ""
SiteSetting.discourse_id_client_secret = ""
exit

```

1. **관리자 → 설정 → 로그인** 으로 이동하여 **Discourse ID 사용** 을 **꺼** 놓았다가 다시 **켜** 놓습니다.

 ![CleanShot 2026-08-05 at 11.07.32](https://global.discourse-cdn.com/meta/original/4X/2/f/f/2ff12aebc5695fd2a9d900c6e6c13c712396956a.png)

---

_[View the full topic](https://meta.discourse.org/t/discourse-id-displays-its-own-logo-name-instead-of-my-forums/409028)._
