> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/membership/settings/account.md).

# Account

**Where:** Membership → Settings → Account · `/projects/<project>/membership/settings#account`

{% hint style="info" %}
Screenshot TODO — capture comes from testing-plan area **16-membership**.
{% endhint %}

Configures **Deactivation via Email** — the confirmation flow when a user deactivates their account. The old `#deactivation` link lands here.

## Fields

| Field                                      | What it does                                      |
| ------------------------------------------ | ------------------------------------------------- |
| Enabled                                    | Turn the email-based deactivation flow on or off. |
| User deactivation email template           | The email template sent to the user.              |
| Deactivation token expiration (in minutes) | How long the confirmation link works.             |
| Deactivation callback URL                  | Where the user is redirected after deactivating.  |

With the flow enabled, a deactivation request sends the chosen email; the user confirms through its link before the token expires, and is then redirected to the callback URL.

## API reference

Endpoints: [Membership → Settings](/api-reference/membership/settings.md).
