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

# Passwords

> Treasury is passwordless — here's why, and how you sign in instead.

## Treasury doesn’t use passwords

There’s no password to change in Treasury — and that’s by design. Treasury is **passwordless**. Instead of a password you can forget, reuse, or have stolen in a breach, you sign in with a **passkey** or a **connected account** (Google or Apple).

This is more secure *and* more convenient: nothing to memorize, and nothing for an attacker to phish.

## How you sign in instead

<CardGroup cols={1}>
  <Card title="Passkeys" icon="fingerprint" href="/account/authentication">
    Sign in with Face ID, Touch ID, or your device’s built-in authentication. Passkeys are unique to Treasury and can’t be reused or phished.
  </Card>

  <Card title="Connected accounts" icon="link" href="/account/security/connected-accounts">
    Use your existing Google or Apple account to sign in — no extra credentials to manage.
  </Card>
</CardGroup>

Manage all of these under [**Settings → Account → Sign-in Methods**](https://app.treasury.sh/settings/account).

<Tip>
  Because there’s no password to reset, the key to never being locked out is keeping **more than one** sign-in method on your account — for example a passkey *and* Google. See [Account Security](/account/security/two-factor-auth).
</Tip>

## Related

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/account/authentication">
    Add and manage passkeys and connected accounts.
  </Card>

  <Card title="Account Security" icon="shield-check" href="/account/security/two-factor-auth">
    How passkeys protect your account.
  </Card>
</CardGroup>
