From f0aa588638d04605757db62fae34b335053c5406 Mon Sep 17 00:00:00 2001 From: Juan F Arjona Date: Mon, 5 May 2025 15:20:38 -0500 Subject: [PATCH] Update config Added URL-Decode option --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index bbeb19d1..8f536958 100644 --- a/config +++ b/config @@ -184,6 +184,8 @@ # Permit overwrite of a collection (global) #permit_overwrite_collection = True +# URL Decode the given username (when URL-encoded by the client - useful for iOS devices when using email address) +# urldecode_username = False [storage]