# 회원가입 시 전체 이름이 사라졌습니다

**URL:** https://meta.discourse.org/t/full-name-at-sign-up-went-missing/345662
**Category:** Bug
**Tags:** signup
**Created:** [1월 5, 2025, 1:01오후 UTC](https://meta.discourse.org/t/full-name-at-sign-up-went-missing/345662 "2025-01-05T13:01:38Z")
**Posts on this page:** 1
**Showing post:** 22

<div class="post-metadata">

### Author: ![Osama](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/osama/32/98013_2.png) [@Osama](https://meta.discourse.org/u/Osama)
#### Post date: [1월 8, 2025, 12:09오전 UTC](https://meta.discourse.org/t/full-name-at-sign-up-went-missing/345662/22 "2025-01-08T00:09:32Z")

</div>

이 수수께끼를 풀어주셔서 감사합니다. 버그를 수정하는 PR을 올립니다:

> <https://github.com/discourse/discourse/pull/30634>
>
> Meta topic: https://meta.discourse.org/t/full-name-at-sign-up-went-missing/34566…2/17?u=osama
> 
> The preloaded \`site\` object for anons on login-required sites is a stripped down version of the full object with just a specific set of attributes and doesn't use the site serializer. This results in the \`full\_name\_required\_for\_signup\` and \`full\_name\_visible\_in\_signup\` attributes not making it to the client app when a login-required site is accessed by an anon, causing the name field in the signup form to not be rendered, even when it's required.
> 
> This PR includes those attributes in the stripped down version of the \`site\` object that's used for anons on login-required sites.

---

_[View the full topic](https://meta.discourse.org/t/full-name-at-sign-up-went-missing/345662)._
