> For the complete documentation index, see [llms.txt](https://participanthelp.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://participanthelp.dscout.com/account-settings/account-setup/password-and-login-issues.md).

# Password and login issues

Read more below to learn more about updating your password and troubleshooting log in issues

### Updating your password

If you’re **logged into** your account on the Dscout **mobile app**, updating your password is simple. All you have to do is follow these steps:

1. Access your profile by tapping on the **Profile section** of your app.
2. Tap on **Update Password**.
3. Update your password here. Please note that your new password must be between 12-32 characters long and include at least one letter, one number, and one special character.

If you’re **logged into** your account on the **web**, follow these steps:

1. Click on your **Profile photo** in the top-right corner of your screen’s navigation bar.
2. Click on the **Change Password button** in the dropdown list in the top-right corner of your screen.
3. Update your password here. Please note that your new password must be between 12-32 characters long and include at least one letter, one number, and one special character.

### Forgot your password?

If you’re **not logged in** and have forgotten your password, follow these steps to reset your password:

1. Navigate to the **Sign In** screen of your app.
2. Tap on the **Forgot Password?** link and enter your email.
3. Hit **Submit** to send yourself a password reset link. It may take a few moments for the email to arrive in your email. Please make sure you also check your spam folders for an email from <participate@dscout.com> with the subject **\[Dscout] Reset password instructions**.
4. Once you’ve opened the email, tap on the **Change my password** button.
5. Update your password here and tap the **Change my password** button to save. Please note that your new password must be between 12-32 characters long and include at least one letter, one number, and one special character.

### Unlocking your account

If you’ve tried one too many times to log into your account unsuccessfully, we'll let you know if you have one more attempt before your account is locked. If we do lock your account, we'll send you an email with instructions on how to unlock it. To unlock your account, follow the steps below:

1. Search your inbox for an email from <participate@dscout.com> with the subject **\[Dscout] Unlock Instructions**.
2. Once you've found it and opened the email, click on the **Unlock my account** button.
3. As soon as you click on the **Unlock my account** button, you'll be brought back to the log-in screen and your account will be unlocked.
4. Reset your password by clicking on the **Forgot your password?** link (see instructions above).

### I haven't received a password reset email

There are a few reasons you might not receive a password reset email. Try these troubleshooting steps to resolve the issue:

* **Double check the email you're sending a password reset to.** If you've mistyped the email address or gave us an email that isn't associated with a Dscout account, you won't receive an email.
* **Check your spam folder.** The email we sent may. have been caught by your spam filter!
* **Allow list** [**participate@dscout.com**](mailto:participate@dscout.com)**.** If you entered the correct email and the message isn't in your spam folder, you may need to allow list our Dscout email alias (<participate@dscout.com>). Some email clients refer to this as "whitelisting" or a "safe sender" you should be able to accomplish this via your email account settings.

### "Account already exists" error when signing up

If you get an error that says your email is already in use when signing up, it means you've either been invited to a mission under that email already, or you've previously signed up for an account using that address.

**If you were just invited to a mission,** use the "claim your spot" button in the email invitation you received to complete your account setup.

**If you haven't been invited to a mission yet,** use the "forgot password" instructions listed above.


---

# 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://participanthelp.dscout.com/account-settings/account-setup/password-and-login-issues.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.
