> For the complete documentation index, see [llms.txt](https://overleaf-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://overleaf-pro.ayaka.space/on-premises/el/rythmisi/overleaf-toolkit/password-restrictions.md).

# Περιορισμοί κωδικού πρόσβασης

Είναι δυνατό να επιβληθούν περιορισμοί κωδικού πρόσβασης στους λογαριασμούς χρηστών όταν χρησιμοποιείται το εγγενές σύστημα σύνδεσης του Overleaf για έλεγχο ταυτότητας.

{% hint style="info" %}
Είναι **μην** δυνατό να επιβληθούν περιορισμοί κωδικού πρόσβασης για συνδέσεις SSO (LDAP/SAML 2.0). Αυτά πρέπει να ρυθμιστούν στον Πάροχο Ταυτότητάς σας (IdP).
{% endhint %}

Για να ενεργοποιήσετε τους περιορισμούς κωδικού πρόσβασης, ορίστε τις σχετικές μεταβλητές περιβάλλοντος στα Toolkits `config/variables.env` αρχείο.

| Όνομα                                     | Περιγραφή                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Προεπιλογή |
| ----------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------: |
| `OVERLEAF_PASSWORD_VALIDATION_MIN_LENGTH` | Το **ελάχιστο** μήκος που απαιτείται.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |        `8` |
| `OVERLEAF_PASSWORD_VALIDATION_MAX_LENGTH` | Το **μέγιστο** μήκος που επιτρέπεται.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |       `72` |
| `OVERLEAF_PASSWORD_VALIDATION_PATTERN`    | <p></p><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://overleaf-pro.ayaka.space/on-premises/el/rythmisi/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.
