From 3b6a7a5e87231adf43c1b735e5494671b871f577 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 2 Feb 2024 21:48:11 +0100 Subject: [PATCH] [Security] Minor rewording "may create" sounds like "you're free to create..." --- reference/configuration/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index cb09bddae91..ce61a92389e 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -302,7 +302,7 @@ is set to ``true``) when they try to access a protected resource but aren't fully authenticated. This path **must** be accessible by a normal, unauthenticated user, else -you may create a redirect loop. +you might create a redirect loop. check_path ..........