# Do Not Allow Login Date Change

**YouTube:** [How to Globally Restrict Changes to the Login Date?](https://www.youtube.com/watch?v=nIxkkDYuEBY)

## How to Globally Restrict Changes to the Login Date?

In this Tutorial, we’ll show how to restrict users from changing the login date. By default, the login screen allows manual date edits, but this can be prevented by enabling a specific setting in the Logic Admin Panel.

***

### **Enable the Restriction Setting**

* Open **Logic Admin** and go to **Global Settings**.
* Go to **Other** section and click to "User Rights Settings".
* Locate and enable the option labeled as: **"Do not allow login date change".**

<figure><img src="/files/vhxVgKjl0XQaTuUG7Iae" alt=""><figcaption><p>Let's proceed with this option turned on to understand its practical implications in billing.</p></figcaption></figure>

* Click **Save**, then **restart the software** to apply the changes.

***

### **Understand the Effect**

* **Before enabling** this setting:\
  Users can **manually edit** the login date on the login screen.

<figure><img src="/files/KS5tN3YPtYcbUvu4wHrp" alt=""><figcaption><p>As shown in the picture above, users are allowed to manually edit the login date on the login screen</p></figcaption></figure>

* **After enabling** this setting:\
  The **date field becomes non-editable**, and users can no longer change the login date manually.

<figure><img src="/files/6vSFyCSRBOZbS4ITXo6k" alt=""><figcaption><p>As illustrated in the image above, the date field becomes non-editable, preventing users from manually changing the login date.</p></figcaption></figure>

***

### **Conclusion**

This setting is useful for **ensuring data integrity and preventing backdated operations**, especially in environments where strict date control is required.


---

# Agent Instructions: 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:

```
GET https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/user-access/logic-global-admin/others/user-rights-settings/do-not-allow-login-date-change.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
