> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/it/guida-dellutente-alla-piattaforma/amministrazione/utente/sicurezza-dellaccesso-utente.md).

# Sicurezza dell’Accesso Utente

Dalla pagina utente, l'Amministratore può definire diverse restrizioni di accesso per migliorare la sicurezza.

<figure><img src="/files/41jahjKu6T0C2kM6b49y" alt=""><figcaption><p>Login</p></figcaption></figure>

1. **Blocco Account:** Se questa opzione è selezionata, l'utente non potrà accedere al proprio account. L'Amministratore può sbloccare l'account in qualsiasi momento.
2. **Forza Cambio Password:** Quando cliccato, l'utente riceverà un nuovo link via email per creare una nuova password per accedere al Tenant. Questa opzione è utile in caso di password dimenticata o se l'Amministratore desidera forzare un utente a creare una nuova password di accesso.
3. **Tipo di Accesso:** L'Amministratore può modificare la modalità di accesso dell’utente scegliendo tra:<br>

   * **Normale:** Accesso al Tenant tramite password.
   * **2FA (Autenticazione a Due Fattori):** L'accesso è consentito solo tramite un'app di terze parti che genera un codice.
   * **2FA Opzionale:** L'utente può scegliere se utilizzare il 2FA o la password.

   <figure><img src="/files/PSnGPnV7I91J4cc5zBt3" alt="" width="385"><figcaption></figcaption></figure>
4. **Indirizzo IP:** L'Amministratore può definire specifici indirizzi IP autorizzati a connettersi al Tenant, escludendo tutti gli altri.

{% hint style="info" %}
&#x20;Il Tipo di Accesso e l’Indirizzo IP possono essere impostati sia a livello di Tenant che per un singolo utente.
{% endhint %}


---

# 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.g-iot.io/it/guida-dellutente-alla-piattaforma/amministrazione/utente/sicurezza-dellaccesso-utente.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.
