aboutsummaryrefslogtreecommitdiff
path: root/docs/en/admins/09_AccessControl.md
diff options
context:
space:
mode:
authorGravatar triatic <42704418+triatic@users.noreply.github.com> 2025-08-15 11:15:54 +0100
committerGravatar GitHub <noreply@github.com> 2025-08-15 12:15:54 +0200
commit56df7f826a80de2c5f1c9c1a3b99fe38ea403d05 (patch)
tree1147e48e8ddbe40adb711e5012d94dc60ad26eb0 /docs/en/admins/09_AccessControl.md
parentade9ba88178537a2181c9f27d23c69d6dedad34b (diff)
Should be REMOTE_USER not Remote-User (#7828)
For fastcgi, REMOTE_USER is the correct variable.
Diffstat (limited to 'docs/en/admins/09_AccessControl.md')
-rw-r--r--docs/en/admins/09_AccessControl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/admins/09_AccessControl.md b/docs/en/admins/09_AccessControl.md
index 6264ea0ca..c26d665ea 100644
--- a/docs/en/admins/09_AccessControl.md
+++ b/docs/en/admins/09_AccessControl.md
@@ -42,7 +42,7 @@ You may also choose to use HTTP Authentication provided by your web server.[^1]
If you choose to use this option, create a `./p/i/.htaccess` file with a matching `.htpasswd` file.
-You can also use any authentication backend as long as your web server exposes the authenticated user through the `Remote-User` variable.
+You can also use any authentication backend as long as your web server exposes the authenticated user through the `REMOTE_USER` variable.
By default, new users allowed by HTTP Basic Auth will automatically be created in FreshRSS the first time they log in.
You can disable auto-registration of new users by setting `http_auth_auto_register` to `false` in the configuration file.