> For the complete documentation index, see [llms.txt](https://ayakaleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayakaleaf-pro.ayaka.space/on-premises/ko/configuration/overleaf-toolkit/password-restrictions.md).

# 비밀번호 제한

기본 Overleaf 로그인 시스템을 인증에 사용할 때 사용자 계정에 비밀번호 제한을 적용할 수 있습니다.

{% hint style="info" %}
가능합니다. **하지** SSO(LDAP/SAML 2.0) 로그인에도 비밀번호 제한을 적용할 수 있습니다. 이는 Identity Provider(IdP)에서 구성해야 합니다.
{% endhint %}

비밀번호 제한을 활성화하려면 Toolkits에서 관련 환경 변수를 설정하세요 `config/variables.env` 파일로 설정해 주세요.

| 이름                                        | 설명                                                                                                                                                                                                                                                                                                                      |  기본값 |
| ----------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---: |
| `OVERLEAF_PASSWORD_VALIDATION_MIN_LENGTH` | 다음 **최소** 필요한 길이입니다.                                                                                                                                                                                                                                                                                                    |  `8` |
| `OVERLEAF_PASSWORD_VALIDATION_MAX_LENGTH` | 다음 **최대** 허용되는 길이입니다.                                                                                                                                                                                                                                                                                                   | `72` |
| `OVERLEAF_PASSWORD_VALIDATION_PATTERN`    | <p>비밀번호 유효성 검증에 사용됩니다 <strong>강도</strong>:</p><ul><li><code>abc123</code> – 비밀번호는 3개의 문자와 3개의 숫자를 포함해야 하며 최소 6자여야 합니다</li><li><code>aA</code> – 비밀번호는 소문자와 대문자를 포함해야 하며 2자여야 합니다</li><li><code>ab$3</code> – 문자, 숫자, 기호를 포함해야 하며 4자여야 합니다</li><li>문자 그룹은 4가지입니다: 문자, 대문자, 숫자, 기호. 문자도 숫자도 아닌 것은 모두 기호로 간주됩니다.</li></ul> |    — |


---

# 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://ayakaleaf-pro.ayaka.space/on-premises/ko/configuration/overleaf-toolkit/password-restrictions.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.
