From 640c431a47c4075538e1de0211501f911346b65e Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Thu, 2 Apr 2026 09:24:04 -0400 Subject: [6.0.x] Refs #36862 -- Reiterated security note on both variants of RemoteUserMiddleware. Backport of 04bcc9913319e50b376a27c29cf9aa4e7b8247bf from main. --- docs/ref/middleware.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt index 9fdc54264c..fb1bb5a2af 100644 --- a/docs/ref/middleware.txt +++ b/docs/ref/middleware.txt @@ -574,7 +574,8 @@ Customize the login URL or field name for authenticated views with the .. class:: RemoteUserMiddleware Middleware for utilizing web server provided authentication. See -:doc:`/howto/auth-remote-user` for usage details. +:doc:`/howto/auth-remote-user` for usage details, including security +considerations. .. class:: PersistentRemoteUserMiddleware -- cgit v1.3