Преглед изворни кода

fix improper section, overseen in f0aa588638d04605757db62fae34b335053c5406

Peter Bieringer пре 4 месеци
родитељ
комит
253d7b365f
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      config

+ 3 - 2
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]