Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/content/docs/docs/first-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A dashboard with nothing on it shows a welcome screen instead of tiles. Its **Op

## Set a password first

In **General**, turn on Password Protection. The minimum length is 8 characters.
In **General**, turn on Password Protection. The length must be between 8 and 1024 characters.

:::caution
Until a password is set, the endpoint that sets one accepts the first caller with no authentication. On a shared network, the first person to reach a fresh install can claim the account.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/docs/settings-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If every app suddenly shows as unhealthy, the socket proxy address is the usual

| Setting | What it does |
| --- | --- |
| Password Protection | Sets or changes the dashboard password. Minimum 8 characters. Leave blank to keep the existing one. |
| Password Protection | Sets or changes the dashboard password. Between 8 and 1024 characters. Leave blank to keep the existing one. |
| Sign out all devices | Ends every session everywhere, including the one you are using. Use it if you think a session may be compromised. |

Locked out? See [password recovery](/docs/troubleshooting/#i-forgot-the-password-and-i-am-locked-out).
Expand Down
Loading