> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/user/the-multi-factor-authentication-login/user-trusted-devices.md).

# User Trusted Devices

My Trusted Devices module plays an important role in streamlining the multi-factor authentication (MFA) process. When you choose to save a device during the MFA process, the "My Trusted Devices" module stores the crucial details of that device, ensuring a seamless login experience without the need for an One-Time Password (OTP) each time.&#x20;

This module provides a centralized platform to manage the devices associated with your user account, granting you control over the devices that can access your sensitive information.

{% hint style="info" %}
To access the My Trusted Devices module, go to **Menu > User > User Trusted Devices**
{% endhint %}

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

### My Trusted Devices Fields

<table><thead><tr><th width="226">Field</th><th>Description</th></tr></thead><tbody><tr><td>Browser</td><td>This field displays the name of the web browser used to access your account from the saved device.</td></tr><tr><td>Device Name</td><td>This field shows the name given to the device when logging in using two-factor authentication.</td></tr><tr><td>IP Address</td><td>This field captures the IP address of the device.</td></tr><tr><td>Location</td><td>This field provides information about the geographical location of the saved device, based on its IP address.</td></tr><tr><td>Last Login Datetime</td><td>The field shows the most recent date and time when the user logged in from this device. This helps track the last activity from the device.</td></tr><tr><td>Create Datetime</td><td>The field captures the date and time when the device was initially saved as a trusted device.</td></tr><tr><td>Created By</td><td>The field shows the username of the user who saved the device.</td></tr><tr><td>Delete</td><td>The "Bin" icon allows you to delete a trusted device. So, next time you log into the device, you have to again complete the two-step verification process.</td></tr></tbody></table>

### My Trusted Devices Heade Level Search Fields

My Trusted Devices module offers a couple of header-level search fields, enabling you to find and manage your trusted devices quickly. The search fields include:

1. **Browser**: This field allows you to search for devices based on the web browser used to access your account.
2. **Device Name**: This field allows you to fing the specific devices by their assigned names.

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

### **My Trusted Devices Options**

* **Batch Delete:** This option allows you to delete the selected devices.

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

### My Trusted Devices Header Level Icons

* **Refresh:** This allows you to refresh the search results after changing the search criterion.
* **Save:** This option enables you to preserve any updated user interface (UI) settings (for example, if you have hidden or added any columns for viewing), ensuring a personalized and consistent experience during future interactions with the module.
* **Advance Search:** The advance search option enables you to further extend the search criteria. You can delve into a nuanced search by specifying criteria such as Column Name, Operator, and Value, facilitating precise and tailored searches.
* **Columns (Bento Menu):** All the columns available for the module are listed under this icon. You can use this option to hide or add the columns and tailor the module view per your requirements.
* **Download:** This versatile feature allows users to export and download data in various file formats, providing a summarized overview for quick reference. Options include CSV, TXT, MS-Word, MS-Excel, PDF, and MS-Excel(.xlsx), catering to diverse user preferences and use cases.

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

{% hint style="warning" %}
**Please note that this module is user-specific and will only show devices on which the same user is logged in.**
{% 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.xorosoft.com/xoroerp-1/user/the-multi-factor-authentication-login/user-trusted-devices.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.
