EricGT
(EricGT)
7월 28, 2026, 11:53오전
1
지난 이틀 동안 OpenAI Discourse 포럼은 스태프 전용 모드 로 운영되고 있습니다.
스태프와 더 높은 권한을 가진 사용자만 사이트와 상호작용할 수 있으며, 다른 모든 사용자는 읽기 전용 접근 권한만 가집니다.
사이트를 처음 방문하는 사용자는 다음과 같은 메시지와 마주하게 됩니다:
페이지 상단에서 이 메시지도 볼 수 있습니다:
또한, 토픽의 끝부분에 이 알림이 표시될 수 있습니다:
사이트가 스태프 전용 모드 로 설정될 때, 이러한 옵션을 사용할 수 없는 사용자에게 숨기는 것이 도움이 될 것입니다. 이 옵션들이 계속 표시되는 것은 사용자에게 좌절감을 줄 가능성이 높으며, 특히 포럼을 통해 문제를 보고하거나 도움을 요청할 방법이 없기 때문에 더욱 그렇습니다.
6개의 좋아요
이에 동의합니다.
로그인이 가능한가요? 제가 그곳에 로그인되어 있어서 여쭤봅니다. 아무도 로그인하거나 가입할 수 없다면, 배너에도 현재 로그인/가입이 불가능하다는 점을 명확히 언급해야 하지 않을까요?
배너에는 "사용자의 추가 조치가 필요하지 않습니다"라고 적혀 있지만, 제 경험상 모든 사용자가 모든 내용을 읽거나, 언어 장벽 때문에 내용을 이해하지 못할 수도 있습니다. 이로 인해 비밀번호를 변경하거나 가입 및 로그인 문제와 관련하여 OpenAI 지원에 불필요하게 연락하는 등의 결과가 초래될 수 있습니다.
2개의 좋아요
EricGT
(EricGT)
7월 28, 2026, 1:28오후
3
LarisaHaster:
로그인할 수 있나요?
아니요.
로그인 을 클릭하면 다음 페이지로 이동합니다:
그다음 이메일 주소를 입력합니다:
그 후 비밀번호 건너뛰기; 로그인 링크 이메일로 보내기 를 클릭하면 다음과 같은 화면이 표시됩니다:
이것은 아마도 일시적인 문제일 것 같아서, 사이트에 로그인하려고 더 이상 시간을 들이지 않을 계획입니다.
4개의 좋아요
아, 그렇군요.
어제는 링크로 로그인할 수 있었는데, 그건 스태프 전용 모드 가 도입되기 전이었거든요.
2개의 좋아요
피드백을 주셔서 감사합니다, @EricGT 할 수 없는 CTA 로 인해 익명 사용자를 좌절시키지 않도록 최선을 다해야 한다는 데 동의합니다.
이 문제는 다음을 통해 수정됩니다.
main ← hide-signup-in-read-only-mode
merged 06:05PM - 28 Jul 26 UTC
Previously, a site in read only or staff only mode still offered
anonymous visit… ors every way in: the header "Sign Up" button, the signup
call to action at the end of a topic, the create account link on the
login page, and the server-rendered header — including the one on the
read only error page itself. Account creation is blocked in both modes,
so all of them were dead ends. The banner made it worse by describing
what members lose (replying, likes) rather than what an anonymous
visitor is actually unable to do.
This change gates the JS `canSignUp` getter and its Ruby twin
`can_sign_up?` on read only state, which covers every signup entry point
at once. `canSignUp` had to drop its `@computed` decorator to do so:
with no dependent keys it cached permanently, so the new term would have
been evaluated once at boot and then frozen — leaving the button visible
if read only mode started later, and hidden long after it ended.
The "Log In" button deliberately stays, because staff can still log in
during staff only mode. Anonymous visitors now get banner copy naming
signup and login instead, a refused login says only staff can log in
rather than claiming login is disabled outright, and the email and code
login forms show that inline instead of a generic "an error occurred"
dialog.
It also fixes a pre-existing blank page. Both `/login` and `/signup`
aborted the transition when read only, which on a direct URL load left
the application template unrendered — and with it the dialog holder, so
the explanation never appeared either. They now redirect home when there
is no route to stay on, and keep aborting when there is.
Meta ref: /t/408703
6개의 좋아요
EricGT
(EricGT)
7월 28, 2026, 11:45오후
8
OpenAI 사이트에서 업데이트가 활성화되었습니다.
약 12시간 후에 수정되었습니다
4개의 좋아요