From 253d7b365fc81733baf1284c172b2cd2d32494c7 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 19 Oct 2025 17:52:16 +0200 Subject: [PATCH] fix improper section, overseen in f0aa588638d04605757db62fae34b335053c5406 --- config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config b/config index 79bb275a..70c2343e 100644 --- a/config +++ b/config @@ -181,6 +181,9 @@ # Strip domain name from username #strip_domain = False +# URL Decode the given username (when URL-encoded by the client - useful for iOS devices when using email address) +#urldecode_username = False + [rights] @@ -197,8 +200,6 @@ # 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]