> For the complete documentation index, see [llms.txt](https://docs.propw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.propw.com/help-center/account-management/regarding-propw-account-login-security-mechanism-rules.md).

# Regarding PropW Account Login Security Mechanism Rules

Dear PropW User:

To ensure the security of user accounts, the platform has implemented a login status management mechanism. This primarily addresses situations where devices have been inactive for extended periods, further strengthening automatic account security protection. The specific rules are as follows:

**Core Mechanism Explanation**\
\
**1. Basic Rules for Login Validity Period**

Starting from the first successful login, your login status will remain valid for 30 days (calculated from the initial login time).&#x20;

During this period, if you perform any operation (such as browsing, clicking, etc.) and the interval since the last operation is less than 5 days, the login validity period will automatically be extended by 5 days (recalculated from the time of the operation).

**2. Special Mechanism at Maximum Validity Period**

When your login status is about to reach the maximum validity period (i.e., more than 29 days and 23 hours but less than 30 days since the initial login), if there is any operation during this period, the system will automatically extend the login validity period by 1 hour instead of the standard 5 days.

**3. Automatic Logout Mechanism**

If the login status reaches the maximum validity period of 30 days, or if there is no operation for more than 5 consecutive days, the system will automatically log out the current device's login status.

After logging out, you will need to log in again to continue using the service.

Thank you for your understanding and support of PropW! If you have any questions, please feel free to contact customer service for assistance.

PropW Team

<br>


---

# 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.propw.com/help-center/account-management/regarding-propw-account-login-security-mechanism-rules.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.
