> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/enterprise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/enterprise/enterprise-admin-portal/group-security/remember-me.md).

# Remember Me

The log-in screen of the ENGAGE application includes a Remember Me check box. If a user selects the check box before they log in, they'll be able to log into the device in future without needing to re-enter their credentials. However, for security reasons, the Remember Me option expires after 30 days, and the user would then need to re-enter their credentials.

The owner of an Enterprise group can request access to override the default Remember Me settings for their group members. When access is granted, they can turn Remember Me off or change the expiration time. To request access, go to <https://support.engagevr.io/>.

<figure><img src="/files/6IbXhyxEvkFOmgG8scyP" alt=""><figcaption><p>Remember Me check box in the ENGAGE application</p></figcaption></figure>

## Turning Remember Me on or off

1. Go to <https://app-eap.engagevr.io/>, and then log in.
2. From the side menu, select **Groups**.
3. Select the name or View icon for the group.
4. Select the **Security** tab, and then select **Remember Me**.
5. Turn the toggle **On** to allow group members to use Remember Me, or **Off** to block use of Remember Me.
6. Select **Apply**.

{% hint style="info" %}
When Remember Me is turned off for a user, they still see the check box on the log-in screen, but they are informed that they cannot use the feature after they log in.
{% endhint %}

## Changing the duration of Remember Me

{% hint style="info" %}
Remember Me must be turned on for you to change the duration.
{% endhint %}

1. Go to <https://app-eap.engagevr.io/>, and then log in.
2. From the menu, select **Groups**.
3. Select the name or the View icon for the group.
4. Select the **Security** tab, and then select **Remember Me**.
5. In the **Duration** section, select **Custom**.
6. In the **Days** field, enter the maximum number of days before a group member is asked to re-enter their credentials.
7. **Optional**: If you enter a duration longer than 30 days, select the check box to accept the potential security risk.
8. Select **Apply**.


---

# 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.engagevr.io/enterprise/enterprise-admin-portal/group-security/remember-me.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.
