> For the complete documentation index, see [llms.txt](https://docs.linora.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linora.finance/security/account-security.md).

# Account Security

### Account protection overview&#xD;

> **Account Security** describes the mechanisms used to protect access to an Linora account across **both web and mobile environments** and to prevent unauthorized usage.

This section focuses on **login credentials, access control, session behavior, and user responsibility**, regardless of the device used.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4 id="login-credentials"><mark style="color:blue;">Login credentials</mark></h4><p>Access to an Linora account is protected by:</p><ul><li><strong>a user-defined password</strong>,</li><li><strong>account-specific identifiers</strong>.</li></ul><p>Passwords are required for all sensitive actions related to account access.</p></td><td><a href="/files/Dam86NrAZ1gtYJFJY9by">/files/Dam86NrAZ1gtYJFJY9by</a></td></tr><tr><td><p><mark style="color:blue;"><strong>Password management</strong></mark></p><p>Users can change their password from the <strong>web dashboard settings</strong>.</p><ul><li>Current password confirmation is required</li><li>New passwords must be confirmed before applying</li></ul></td><td><a href="/files/PZk5vG1w5WAPpyu2lsSp">/files/PZk5vG1w5WAPpyu2lsSp</a></td></tr><tr><td><p><mark style="color:blue;"><strong>Session management</strong></mark></p><ul><li>Active sessions are created after successful login</li><li>Logging out terminates the current session</li><li>Session duration may be limited for security reasons</li></ul></td><td><a href="/files/YdS34Q7JeaTMndNxczS0">/files/YdS34Q7JeaTMndNxczS0</a></td></tr><tr><td><p><mark style="color:blue;"><strong>Access control</strong></mark></p><p>Certain actions require active authentication, including:</p><ul><li>accessing account settings,</li><li>changing credentials,</li><li>viewing sensitive account information.</li></ul></td><td><a href="/files/X0OmxKlqR1QvwIRSNVzn">/files/X0OmxKlqR1QvwIRSNVzn</a></td></tr><tr><td><p><mark style="color:blue;"><strong>User responsibility</strong></mark></p><p>Account security depends heavily on user behavior.</p><p>Users are responsible for:</p><ul><li>keeping login credentials private,</li><li>using secure devices and networks,</li><li>preventing unauthorized access to their account.</li></ul></td><td><a href="/files/oOAe8lwsqugGkrQQAEuB">/files/oOAe8lwsqugGkrQQAEuB</a></td></tr><tr><td><p><mark style="color:blue;"><strong>Limitations</strong></mark></p><ul><li>Linora cannot recover lost passwords without recovery mechanisms</li><li>Compromised credentials may result in unauthorized access</li></ul></td><td><a href="/files/h0ReXSjVh9I4vFg8PMhy">/files/h0ReXSjVh9I4vFg8PMhy</a></td></tr></tbody></table>


---

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

```
GET https://docs.linora.finance/security/account-security.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.
