# 사용자 이름의 대문자가 작성기에서 멘션 도달성 확인을 방해합니다

**URL:** https://meta.discourse.org/t/uppercase-letters-in-username-break-reachable-mention-check-in-composer/401292
**Category:** Bug
**Tags:** mentions
**Created:** [4월 22, 2026, 7:47오후 UTC](https://meta.discourse.org/t/uppercase-letters-in-username-break-reachable-mention-check-in-composer/401292 "2026-04-22T19:47:26Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![thoka](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thoka/32/115652_2.png) [@thoka](https://meta.discourse.org/u/thoka)
#### Post date: [4월 22, 2026, 7:47오후 UTC](https://meta.discourse.org/t/uppercase-letters-in-username-break-reachable-mention-check-in-composer/401292/1 "2026-04-22T19:47:26Z")

</div>

[Private Topics Plugin - #109 by thoka](https://meta.discourse.org/t/private-topics-plugin/268646/109) 을 조사하던 중, 제한된 카테고리에서 대문자가 포함된 사용자명을 멘션할 경우 해당 멘션이 보고되지 않는다는 사실을 발견했습니다.

`@SomeUser`를 멘션하면 에디터가  
`/composer/mentions.json?names[]=SomeUser&topic_id=10728`  
을 요청하며, 결과로 사용자명이 소문자로 반환되고 `user_reasons`가 설정되지 않은 상태입니다.

소문자로 된 사용자명으로 쿼리를 실행하면 `"user_reasons": {"someuser":"category"}`가 반환됩니다.

컴포저에서 사용자명을 소문자로 입력하면, 권한이 부족한 사용자에 대한 경고가 표시됩니다.

에디터에서 제공하는 자동완성을 사용하면, 입력된 소문자 사용자명이 대문자 이름으로 대체되어 보고되지 않습니다.

---

_[View the full topic](https://meta.discourse.org/t/uppercase-letters-in-username-break-reachable-mention-check-in-composer/401292)._
