From dd2552725221e115ccfc1b7741f8d0cc1db5b1d8 Mon Sep 17 00:00:00 2001 From: Juan F Arjona Date: Mon, 5 May 2025 15:25:56 -0500 Subject: [PATCH] Update DOCUMENTATION.md --- DOCUMENTATION.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index bbfac0a2..f5d8aad5 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1187,6 +1187,16 @@ Strip domain from username Default: `False` +##### urldecode_username + +_(>= 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` + + #### rights ##### type