> For the complete documentation index, see [llms.txt](https://docv5.progbat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docv5.progbat.com/pour-bien-demarrer/parametrage/mon-profil/authentification-multifacteur.md).

# Authentification multifacteur

## Sécurisez l'accès à votre espace ProGBat

La sécurité informatique est un enjeu majeur.

Votre banque vous demande déjà depuis longtemps une authentification multifacteur, de très nombreux services internet du quotidien la proposent également.

Pour sécuriser l'accès à votre compte ProGBat, nous proposons la double authentification.

## La double authentification

Si une connexion est demandée depuis un appareil inconnu, un code, envoyé sur votre adresse mail, doit être saisi dans un délai de 90 secondes pour accéder au logiciel.

Sans ce code, impossible d'accéder à votre compte ProGBat.

**Ainsi, si vos identifiants et mot de passe étaient dérobés, ou "craqués", le hacker ne pourra pas se connecter à votre compte ProGBat.**

### Activer l'authentification multifacteur sur ProGBat

#### La première fois que vous vous connectez

Une fenêtre apparait au centre de l'écran, vous proposant d'activer l'authentification multifacteur.

En acceptant (très recommandé), votre appareil et son navigateur sont reconnus et considérés comme "surs".

#### Si vous n'avez pas encore activé l'authentification multifacteur

* Ouvrez le menu "Paramétres"  <img src="/files/rWrQRhBNrAuoefZ1mjC9" alt="" data-size="original"> (la roue crantée en haut à droite)
* Cliquez sur la vignette "Authentification Multifacteur" dans la section "Mon profil"
* Activez la fonctionnalité.

### Vérifier si l'authentification multifacteur est activée

* Ouvrez le menu "Paramétres"  <img src="/files/rWrQRhBNrAuoefZ1mjC9" alt="" data-size="original"> (la roue crantée en haut à droite)
* Cliquez sur la vignette "Authentification Multifacteur" dans la section "Mon profil"
* Si l'authentification multifacteur est activée, vous verrez la liste des appareils connus et validés.
* Sinon, profitez-en pour l'activer, et sécuriser l'accès à votre compte ProGBat.

### Désactiver l'authentification multifacteur

:warning: <mark style="background-color:orange;">**Il n'est pas recommandé de désactiver la double authentification, C'est un système de sécurité simple, efficace, et non intrusif !**</mark>

* Ouvrez le menu "Paramétres"  <img src="/files/rWrQRhBNrAuoefZ1mjC9" alt="" data-size="original"> (la roue crantée en haut à droite)
* Cliquez sur la vignette "Authentification Multifacteur" dans la section "Mon profil"
* Vous pouvez déconnecter certains appareils, ou désactiver l'authentification multifacteur.
  * **Attention, cela constitue une faille de sécurité importante !**


---

# 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://docv5.progbat.com/pour-bien-demarrer/parametrage/mon-profil/authentification-multifacteur.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.
