# 중복 계정을 어떻게 찾나요?

**URL:** https://meta.discourse.org/t/how-do-you-find-duplicate-accounts/375185
**Category:** Community Building
**Created:** [7월 22, 2025, 3:44오전 UTC](https://meta.discourse.org/t/how-do-you-find-duplicate-accounts/375185 "2025-07-22T03:44:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![SubStrider](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/substrider/32/512604_2.png) [@SubStrider](https://meta.discourse.org/u/SubStrider)
#### Post date: [7월 22, 2025, 3:44오전 UTC](https://meta.discourse.org/t/how-do-you-find-duplicate-accounts/375185/1 "2025-07-22T03:44:34Z")

</div>

문제 회원들은 백업용, 스팸 생성, 자신의 계정 부스팅, 밴 이후 재가입 등을 목적으로 여러 계정을 등록하는 경향이 있습니다.

discourse에서 중복되거나 중복일 가능성이 높은 계정을 선제적으로 식별하고 어떻게 처리하나요? IP 조회만으로는 신뢰할 수 없습니다.

---

<div class="post-metadata">

### Author: ![HAWK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hawk/32/86627_2.png) [@HAWK](https://meta.discourse.org/u/HAWK)
#### Post date: [7월 22, 2025, 4:37오전 UTC](https://meta.discourse.org/t/how-do-you-find-duplicate-accounts/375185/2 "2025-07-22T04:37:14Z")

</div>

우리는 IP를 사용하는 메타의 sockpuppet 설정에만 의존하고 있습니다. 이 기능이 작동하지 않는 경우, 다음 실험적 옵션을 사용할 수 있습니다:

> [@Discourse Fingerprint - Browser Fingerprinting Plugin](https://meta.discourse.org/t/discourse-fingerprint-browser-fingerprinting-plugin/114890):
>
> [Discourse Fingerprint](https://github.com/udan11/discourse-fingerprint) paw_printsDiscourse Fingerprint comes as a tool to community managers in their combat with internet trolls. troll It works by computing a unique identifier (a fingerprint) of each registered user, by taking into consideration over 20 browser characteristics such as user agent, screen resolution, timezone, device memory, etc. When each of these browser characteristics are considered separately, they are not enough to assess whether two users are the same. There is a re…

---

<div class="post-metadata">

### Author: ![SubStrider](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/substrider/32/512604_2.png) [@SubStrider](https://meta.discourse.org/u/SubStrider)
#### Post date: [7월 22, 2025, 4:52오전 UTC](https://meta.discourse.org/t/how-do-you-find-duplicate-accounts/375185/3 "2025-07-22T04:52:16Z")

</div>

제가 찾고 있던 바로 그거네요. 직접 써보고 우리에게 유용한지 확인해 보겠습니다.
