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

# Why Does Missive Ask to Confirm Password

How to confirm your password in Missive settings.

Missive asks you to confirm your password when updating sensitive account settings like your email address, password, or OAuth provider.

This is a security measure to ensure that only the account owner can change login credentials. You can update all other settings without entering your password.

## When password confirmation is required

You'll be asked to confirm your password when:

* Changing your account email address
* Updating your password
* Modifying OAuth provider settings (Google, Microsoft, etc.)

## Why this matters

If someone gains temporary access to your computer while you're logged in, they won't be able to change your login information without knowing your password. This prevents unauthorized account takeovers.

## Other settings don't require confirmation

For convenience, most Missive settings can be changed without password confirmation:

* Notification preferences
* Appearance settings
* Email signatures
* Rules and automations
* Team and organization settings

***

**Related:** [Security](/docs/administration/security.md) | [Security FAQ](/docs/administration/security/faq.md)


---

# 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://missiveapp.com/docs/support/confirm-password-in-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.
