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