From c3fb63355741530b41512614680c1b1da709ade1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=A4dlich?= Date: Sun, 16 Feb 2020 10:27:00 +0100 Subject: [PATCH] Adjusts description of the `csrf_token_id` option --- 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 5fbadd50a0c..822169bcb0e 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -593,7 +593,7 @@ csrf_token_id **type**: ``string`` **default**: ``'logout'`` -An arbitrary string used to generate the token value (and check its validity +An arbitrary string used to identify the token value (and check its validity afterwards). .. _reference-security-ldap: