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

# Email & Password Settings

Manage how you log in from **Account Settings → Login & Security**.

## Change your email

1. Open **Account Settings → Login & Security**.
2. Click **Change email** and enter your new address.
3. We'll send a confirmation link to the new email. Click it to confirm.

Until you confirm, your old email stays active.

## Change your password

1. Open **Account Settings → Login & Security**.
2. Click **Change password**.
3. Enter your current password, then your new password twice.

If you don't have a password yet (because you signed up with Discord), you'll see **Set password** instead. This is useful as a backup login method.

## Reset a forgotten password

From the login screen:

1. Click **Forgot password?**
2. Enter the email you used to sign up.
3. Check your inbox for the reset link — it expires in one hour.
4. Click the link, choose a new password, and log in.

## Resend the confirmation email

If you never received your signup confirmation:

1. Go to the login screen.
2. Click **Resend confirmation email**.
3. Enter your email and submit.

{% hint style="warning" %}
Reset and confirmation links expire. If yours has expired, just request a new one.
{% endhint %}

## Account security tips

* Use a unique password you don't use anywhere else.
* If you signed up with Discord, make sure your Discord account itself has two-factor authentication enabled.
* Never share your login or wallet balance with anyone.


---

# 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.rivalryze.com/your-account/email-password-settings.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.
