Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/collections/pages/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,12 @@ To enable 2FA, head to your **Profile** in the Control Panel. Scan the QR code w
],
```

You may also disable 2FA altogether by setting `STATAMIC_TWO_FACTOR_ENABLED=false` in your `.env` file.

:::warning
Statamic uses your `APP_KEY` to encrypt the two-factor authentication secret and recovery codes.

You may run into issues with two-factor authentication if you have different `APP_KEY` values between environments *and* they share the same users (eg. you're tracking users in Git).
You may run into issues with two-factor authentication if you have different `APP_KEY` values between environments *and* they share the same users (eg. you're tracking users in Git). You may want to disable 2FA locally in this case.
:::

## Passkeys
Expand Down