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

# Security Settings

> Keep your WISEPIM account safe. Change your password, review where you are signed in, and follow simple habits to stay protected.

Security settings is where you protect your WISEPIM account. Change your password, check which devices are signed in, and spot anything unfamiliar before it becomes a problem.

## Change your password

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/v3yt1f31M6DbIwJS/images/marketing-screenshots/settings/settings-security-light-branded.webp?fit=max&auto=format&n=v3yt1f31M6DbIwJS&q=85&s=066f2eb4b3ad0f7419502af13cebf960" alt="WISEPIM security settings, password, two-factor authentication, API keys and active sessions" width="2400" height="1445" data-path="images/marketing-screenshots/settings/settings-security-light-branded.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/ZdmnAJ65bwRiVjL1/images/marketing-screenshots/settings/settings-security-dark-branded.webp?fit=max&auto=format&n=ZdmnAJ65bwRiVjL1&q=85&s=9aebca14c4aa9deebcd8883161fe5099" alt="WISEPIM security settings, password, two-factor authentication, API keys and active sessions" width="2400" height="1445" data-path="images/marketing-screenshots/settings/settings-security-dark-branded.webp" />

Update your password in four steps. Use a new password you do not use anywhere else.

<Steps>
  <Step title="Enter your current password">
    Type your existing password in the **Current Password** field. Click the eye icon to show or hide what you type.
  </Step>

  <Step title="Choose a new password">
    Type your new password in the **New Password** field. It must be at least 8 characters long.
  </Step>

  <Step title="Confirm the new password">
    Type the new password again in the **Confirm New Password** field. Both entries must match.
  </Step>

  <Step title="Save">
    Click **Save** in the bar at the bottom of the page. Your new password takes effect right away.
  </Step>
</Steps>

<Tip>
  A password manager creates and stores strong, unique passwords for you. Aim for a mix of uppercase and lowercase letters, numbers, and symbols.
</Tip>

<Warning>
  Forgot your current password? Use the "Forgot password" link on the login page to reset it.
</Warning>

## Review active sessions

The **Active Sessions** section lists where your account is signed in right now. Check it to make sure no one else has access.

For each session you see:

| Detail          | What it tells you                         |
| --------------- | ----------------------------------------- |
| **Device type** | The device the session is signed in from. |
| **Status**      | Whether the session is currently active.  |

If you spot a device you do not recognize, change your password right away.

## Stay protected

A few simple habits keep your account safe:

* Use a unique password that you do not reuse on other sites.
* Never share your login details with anyone.
* Sign out on shared or public computers when you finish.
* Check your active sessions now and then for unfamiliar devices.
* Change your password if you think it may have leaked.

## Coming soon

We are building more ways to lock down your account.

<AccordionGroup>
  <Accordion title="Two-factor authentication (2FA)" icon="lock">
    Two-factor authentication adds a second step when you sign in, so a password alone is not enough to get in. Soon you will be able to turn it on with an authenticator app.
  </Accordion>

  <Accordion title="API keys" icon="key">
    API keys let you connect external tools and services to WISEPIM in code. Soon you will be able to create, manage, and revoke keys from this page.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Account settings" icon="user" href="/en/settings/account">
    Update your name, email, and profile details.
  </Card>

  <Card title="Data privacy" icon="shield-check" href="/en/settings/data-privacy">
    See how your data is handled and manage privacy options.
  </Card>

  <Card title="Team management" icon="users" href="/en/teams/team-management">
    Invite people and control who can access your projects.
  </Card>
</CardGroup>
