Skip to content

Commit

Permalink
[WIP] Update index.md (#513)
Browse files Browse the repository at this point in the history
fixed spelling and wording of statement
  • Loading branch information
bpaulien authored Nov 27, 2024
1 parent 2f5246d commit 1eaf19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you’re providing a custom frontend, make sure you provide an `index.html` i

Change the authentication method for Actual (environment variable: `ACTUAL_LOGIN_METHOD`). The valid values are:
* `"password"` (default) - This is standard password authentication
* `"header"` - Use the HTTP header `x-actual-password` to automatically login. This is advances used and is not done correctly could have security implications.
* `"header"` - Use the HTTP header `x-actual-password` to automatically login. This is for advanced use and if not done correctly could have security implications.


## `trustedProxies`
Expand Down

0 comments on commit 1eaf19e

Please sign in to comment.