> ## Documentation Index
> Fetch the complete documentation index at: https://buttercms.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Organization settings

> Learn how to manage your ButterCMS account settings, including your profile, password, and security preferences.

## Accessing your settings

To access your account settings:

1. Hover on your **profile icon** in the top-right corner of the dashboard
2. Select **Settings** from the dropdown menu

![Settings Navigation](https://cdn.buttercms.com/HSc74b5rTvN2Nc0gz3tf)

<Note>
  The account settings menu is for organization wide settings, and includes management options for:

  * general settings, including timezone (for content updated/published/scheduled timestamps), API token access, and two-factor authentication access.
  * third-party integrations, including storing API keys for external services
  * blog settings for your ButterCMS Blog engine
  * localization/locales settings
  * configuring webhooks
  * preview settings for in-app previewing of content changes
</Note>

<Tip>
  If you want to update your user profile, such as your name, job title, role, or permissions, please see the user management section, instead.
</Tip>

## Password management

For information on password requirements, resetting your password, and SSO password handling, see [Password authentication](../../create-content/authentication/password-authentication).

## Security settings

<CardGroup cols={2}>
  <Card title="Multi-Factor Authentication" icon="shield-halved" href="../../create-content/authentication/multi-factor-authentication">
    Learn how to enable and configure MFA for your account
  </Card>

  <Card title="Single Sign-On (SSO)" icon="key" href="../../create-content/authentication/single-sign-on">
    Set up SSO with your identity provider (Enterprise)
  </Card>
</CardGroup>

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Can I change the email for my account?">
    No, this is not possible. Once an email is linked to an account, you can no longer change it. The best way to go about this is to add your new email as another user on your account, then have the old user profile removed.
  </Accordion>

  <Accordion title="How do I transfer the ownership of my account to someone else?">
    Please send an email to [support@buttercms.com](mailto:support@buttercms.com) or chat with us to process this request for you. Account ownership transfers require verification and are handled by the ButterCMS support team.
  </Accordion>

  <Accordion title="How do I disable a user's login without removing them as authors on their posts?">
    Click on the **Users** tab from the main menu and then click on the profile of the user you would like to remove access for. Once their profile is displayed, remove the email address from their profile then click on the **Update User** button at the bottom.

    {/* IMAGE_SOURCE: file_path="knowledge-base/how-to/account-users.md" */}

    ![Disable user login](https://cdn.buttercms.com/FbAYrTT0utxONDC7AxYg)
  </Accordion>
</AccordionGroup>
