> For the complete documentation index, see [llms.txt](https://help.directcloud.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.directcloud.net/test/admin_manual/security_policy/password.md).

# · 비밀번호 정책

- [로그인 비밀번호 유효기간을 설정하는 방법](https://help.directcloud.net/test/admin_manual/security_policy/password/password_validity.md)
- [로그인 비밀번호의 최소 문자 수를 변경하는 방법](https://help.directcloud.net/test/admin_manual/security_policy/password/password_number.md)
- [로그인 비밀번호의 문자 유형을 제한하는 방법](https://help.directcloud.net/test/admin_manual/security_policy/password/password_type.md)
- [로그인 비밀번호의 연속 입력을 제한하는 방법](https://help.directcloud.net/test/admin_manual/security_policy/password/password_coninuous_input.md)
- [사용자 및 Guest가 이전 비밀번호를 재사용하지 못하도록 설정하는 방법](https://help.directcloud.net/test/admin_manual/security_policy/password/password_reuse_guest.md)
- [사용자 및 Guest가 로그인할 때 비밀번호를 강제로 변경하도록 설정하는 방법](https://help.directcloud.net/test/admin_manual/security_policy/password/password_forced_change_guest.md)
- [로그인에 연속으로 실패한 경우 계정을 차단하는 방법](https://help.directcloud.net/test/admin_manual/security_policy/password/account_lockdown.md)
- [계정 차단을 수동으로 해제하는 방법](https://help.directcloud.net/test/admin_manual/security_policy/password/account_unlock.md)


---

# 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://help.directcloud.net/test/admin_manual/security_policy/password.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.
