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

# Change your password and manage signed-in devices

> Update your Load Work password or sign out devices remotely. If your account is compromised, change your password first, then revoke other sessions.

export const PageFooter = ({path}) => <p style={{
  marginTop: '3rem',
  paddingTop: '1rem',
  borderTop: '1px solid var(--border-color, #e5e7eb)',
  fontSize: '0.875rem',
  color: 'var(--muted-color, #6b7280)'
}}>
    Something in the app look different from this page?{' '}
    <a href={`mailto:support@loadworkhub.com?subject=${encodeURIComponent('Docs feedback' + (path ? ` — ${path}` : ''))}&body=${encodeURIComponent('The docs page ' + (path || '(unspecified)') + ' looks different from what I see in the app.\n\nWhat I see:\n\nWhat the page says:\n')}`}>
      Tell us and we'll fix it
    </a>.
  </p>;

You can update your Load Work password and review every device currently signed into your account. If you suspect someone else has access, change your password first, then sign out all other devices.

## Where to find security settings

Go to **Settings** from the top navigation bar, then click the **Password & Devices** tab. The page shows password change fields and a list of currently signed-in devices.

## Change your password

<Steps>
  <Step title="Enter your current password">
    Type your existing password into the **Current password** field.
  </Step>

  <Step title="Enter a new password">
    Type a strong new password into the **New password** field, then confirm it in **Confirm new password**.
  </Step>

  <Step title="Update">
    Click **Update password**. Your new password takes effect immediately.
  </Step>
</Steps>

<Warning>
  If you think your account is compromised, **change your password first**. After it is updated, move to the signed-in devices list and sign out every session you do not recognize. Do this before checking anything else.
</Warning>

## Manage signed-in devices

The **Signed-in devices** section lists every active session with:

* Browser and operating system
* IP address
* Last active time

### Sign out a single device

Find the session you want to end and click **Sign out** next to it.

### Sign out all other devices

Click **Sign out N other devices** to end every session except the one you are currently using. This is useful after changing your password or if you signed in on a shared computer.

<Note>
  Signing out a device forces that session to re-authenticate with your current password. It does not delete any data.
</Note>

## Related articles

<CardGroup cols={2}>
  <Card title="Your profile and verification" icon="circle-user" href="/account/profile-and-verification" />

  <Card title="Delete your organization" icon="trash" href="/account/delete-organization" />

  <Card title="Contact support" icon="envelope" href="/troubleshooting/contact-support" />
</CardGroup>

<PageFooter path="/account/password-and-devices" />
