From 16c564ec03932e805bec42cba0943d6236ee5a8f Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Wed, 7 May 2025 17:46:45 +0000 Subject: [PATCH] Generate documentation --- master.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/master.html b/master.html index 5607a752..9bcfdec1 100644 --- a/master.html +++ b/master.html @@ -1267,6 +1267,15 @@ providers like ldap, kerberos
Strip domain from username
Default: False
(>= 3.5.3)
+URL Decode the username. When the username is an email, some clients +send the username URL-encoded (notably iOS devices) breaking the +authentication process (user@example.com becomes +user%40example.com). This setting will force decoding the username.
+Default: False