> 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/platform-user-guide-book/administration/user/user-security-log-in.md).

# User Security Log-in

From the user page, the Admin can define multiple access restrictions to enhance security.

<figure><img src="/files/Y8GxuZH9lf2w4ASzl3M4" alt=""><figcaption><p>user Log in Security</p></figcaption></figure>

* **Lock Account:** When this checkbox is marked, the user cannot access the account. The admin can unlock the account at any time.
* **Force Change Password:** When cliked, **t**he user will receive a new link via email, prompting them to create a new password to access the Tenant. This is useful when the user has forgotten their password or when the Admin prefers to request a specific user to create a new login password.
* **Login Type:** The Admin can modify the login type by requesting the user to use:

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

1. &#x20;**Normal:**&#x41;ccess the Tenant using a password.
2. **2FA (Two-Factor Authentication),** Access is allowed only through a third-party app that generates a code.
3. **2FA OPTIONAL,** The user can choose to use either 2FA or a password.

* **IP address:** The Admin can define specific IP addresses that are allowed to connect to the Tenant, excluding all others.

{% hint style="info" %}
Login Type and IP address, can be set at Tenant Level as well as for specific user at User Level.
{% 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/platform-user-guide-book/administration/user/user-security-log-in.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.
