> For the complete documentation index, see [llms.txt](https://knowledge.plutus.be/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.plutus.be/odoo-handleidingen/database/login/wachtwoord-en-2fa.md).

# Wachtwoord & 2FA

## Zorg voor extra veiligheid

Om de toegang tot je database te beveiligen, raden we aan om een sterk wachtwoord te kiezen, maar ook de twee-factor authenticatie (2FA) in te schakelen.&#x20;

## Uitnodigingsmail voor 2FA

We sturen vanuit Odoo een uitnodigingsmail om je 2FA met je smartphone in te schakelen.&#x20;

## Zelf instellen via voorkeuren

Je kan het wachtwoord en je 2FA ook later instellen of aanpassen via je voorkeuren. \
Klik rechts bovenaan op je **gebruikersicoontje** -> Klik vervolgens op '**Voorkeuren**'

<div align="left"><figure><img src="/files/BRjkHj1oho0zoNeirfD2" alt=""><figcaption></figcaption></figure></div>

In je voorkeuren kan je een aantal zaken aanpassen zoals je e-mail handtekening, je gebruikersnaam, taal, enz.&#x20;

Klik op de tab '**Accountveiligheid**'.

Hier kan je het wachtwoord aanpassen, maar ook je 2FA in- of uitschakelen door op de toggle te klikken. Je ontvangt dan een mail met de nodige info.&#x20;

<figure><img src="/files/x9BpqfmMaqN7mMkj3EZY" alt=""><figcaption></figcaption></figure>


---

# 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://knowledge.plutus.be/odoo-handleidingen/database/login/wachtwoord-en-2fa.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.
