# Password Policy for Users

### Who this applies to

* All customers and internal users who sign in with an email and password.

### Sign in basics

* Your username is your email address.
* OcuTrap uses a standard email and password sign in. There is no additional authentication at this time.

### Password requirements

* 8 or more characters
* Includes a number
* Includes a special character
* Do not reuse a password that you use on other sites.
* We do not block common passwords.

### How to create a strong password

* Use a passphrase with several random words, then add a capital letter and a symbol. Example: `River tulip taxi folder cloud!`
* Avoid personal info like names, addresses, or dates.
* Use a password manager to generate and store unique passwords.


---

# 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://docs.ocutrap.com/faqs/miscellaneous/password-policy-for-users.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.
