> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/fr/web-interface/administration/templates/password-policies/use-a-pattern-password.md).

# Utiliser un mot de passe à motif

Lorsque le mode ***Utiliser un motif*** est sélectionné pour les ***Modèles de mots de passe*** et le ***Générateur de mots de passe***, les clés suivantes sont les motifs pris en charge.

<table><thead><tr><th width="273">DESCRIPTION</th><th width="78">CLÉ</th><th>EXEMPLE</th></tr></thead><tbody><tr><td>Alphanumérique en minuscules</td><td>a</td><td>abcdefghijklmnopqrstuvwxyz 0123456789</td></tr><tr><td>Alphanumérique en casse mixte</td><td>A</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789</td></tr><tr><td>Crochet</td><td>b</td><td>()[]{}&#x3C;></td></tr><tr><td>Consonne en minuscule</td><td>c</td><td>bcdfghjklmnpqrstvwxyz</td></tr><tr><td>Consonne en casse mixte</td><td>C</td><td>BCDFGHJKLMNPQRSTVWXYZ bcdfghjklmnpqrstvwxyz</td></tr><tr><td>Chiffre</td><td>d</td><td>0123456789</td></tr><tr><td>Caractère hexadécimal en minuscules</td><td>h</td><td>0123456789 abcdef</td></tr><tr><td>Caractère hexadécimal en majuscules</td><td>H</td><td>0123456789 ABCDEF</td></tr><tr><td>Lettre minuscule</td><td>l</td><td>abcdefghijklmnopqrstuvwxyz</td></tr><tr><td>Lettre en casse mixte</td><td>L</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz</td></tr><tr><td>Ponctuation</td><td>p</td><td>,.;:</td></tr><tr><td>Caractère spécial 7 bits imprimable</td><td>s</td><td>!"#$%&#x26;'()*+,-./:;&#x3C;=>?[\]^_{|}~</td></tr><tr><td>ASCII 7 bits imprimable</td><td>S</td><td>A-Z, a-z, 0-9, !"#$%&#x26;'()*+,-./:;&#x3C;=>?[\]^_{|}~</td></tr><tr><td>Lettre majuscule</td><td>u</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr><tr><td>Alphanumérique en majuscules</td><td>U</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789</td></tr><tr><td>Voyelle en minuscule</td><td>v</td><td>aeiou</td></tr><tr><td>Voyelle en casse mixte</td><td>V</td><td>AEIOU aeiou</td></tr><tr><td>ANSI supérieur</td><td>x</td><td>De '~' à U255 (excluant U255)</td></tr><tr><td>Consonne en majuscule</td><td>z</td><td>BCDFGHJKLMNPQRSTVWXYZ</td></tr><tr><td>Voyelle en majuscule</td><td>Z</td><td>AEIOU</td></tr><tr><td>Échappement (caractère fixe)</td><td>\</td><td>Utiliser le caractère suivant tel quel</td></tr><tr><td>Échappement (répétition)</td><td>{n}</td><td>Répéter le caractère précédent n fois</td></tr><tr><td>Caractère personnalisé</td><td>[x]</td><td>Définir une séquence de caractères personnalisée</td></tr></tbody></table>


---

# 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://docs.devolutions.net/server/fr/web-interface/administration/templates/password-policies/use-a-pattern-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.
