> For the complete documentation index, see [llms.txt](https://manual.cosmo-sol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.cosmo-sol.com/and/undefined-1.md).

# 회원 목록

파트너 목록과 마찬가지로 관리자는 사이드 메뉴의 회원 목록에 접속하여 파트너 및 회원 관리를 수행할 수 있습니다.

또한 정렬 기능을 사용하여 최근 로그인, 최근 접속, 보유 금액 또는 롤링금 순으로 정렬할 수 있습니다.

<figure><img src="/files/dea2xItJuK7dmE8tMNDo" alt=""><figcaption><p>정렬 기능</p></figcaption></figure>

#### **온라인 회원 확인**

**온라인** 체크박스를 선택하면, 조회 시점에 현재 접속 중인 선택된 파트너 하부의 회원들만 표시됩니다.

<figure><img src="/files/ECf6cQiQutwjdE1ao3bY" alt=""><figcaption></figcaption></figure>

#### **비밀번호 일괄변경**

**비밀번호 일괄변경** 기능은 관리자가 선택한 여러 회원의 비밀번호를 동시에 효율적으로 초기화할 수 있도록 합니다.

사용 방법:

1. 회원 이름 옆의 체크박스를 선택하여 여러 회원을 지정.
2. 비밀번호 일괄변경 버튼을 클릭.
3. 적용할 새 비밀번호를 입력.
4. 작업을 확인하여 선택된 모든 계정을 한 번에 업데이트.

<figure><img src="/files/kaGY8RX3b3uaeIZ75XAl" alt=""><figcaption><p>비번 일괄변경</p></figcaption></figure>

주요 이점:

* 대규모 회원 그룹의 비밀번호 초기화를 신속하게 관리
* 개별 비밀번호 변경 대비 관리 시간 절약
* 계정 유지 관리를 위한 운영 효율성 향상
* 보안 업데이트, 계정 복구 또는 대량 자격 증명 초기화 시 유용

중요 참고 사항:

* 새 비밀번호는 선택된 모든 회원에게 적용됩니다.
* 의도치 않은 계정 중단을 방지하기 위해 이 작업은 신중하게 수행되어야 합니다.
* 관리자는 비밀번호 초기화 후 해당 회원들에게 보안이 유지되는 방식으로 비밀번호를 전달해야 합니다.

이 기능은 시스템 전체에서 대규모 비밀번호 관리를 위한 빠르고 중앙 집중화된 솔루션을 제공합니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.cosmo-sol.com/and/undefined-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
