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]