# Login and Security

## Forgotten Password Functionality

This functionality allows users to reset their password via email on the Main App, WMS, and TAP.

Step-by-Step Process:

1. Click the **‘Forgotten Password’** link on the login screen.

2. Enter Credentials:&#x20;

* **App and WMS:** Enter Account Number and either Login or Email.
* **TAP:** Only the Login or Email field is required.

3. Send Verification Code:

* Click **‘Send Code’** after entering the required information.

4. Check Your Email:&#x20;

* Retrieve the **verification code** from your inbox.

5. Enter Code and **Reset Password.**

* Input the verification code and click ‘Next’.
* You will be prompted to Create a New Password.
* Enter and re-enter your new password.
* Click ‘Next’, then click ‘Great’ to confirm.

6. ⚠️ Note: Your new password must be different from any previously used passwords.

## Two Factor Authentication

Enable and manage 2FA [here](/setup/configuration/company-security/two-factor-authentication-2fa.md).&#x20;


---

# 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://helpwith.salesorder.com/login-and-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.
