Explorar el Código

Update config

Added URL-Decode option
Juan F Arjona hace 10 meses
padre
commit
f0aa588638
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      config

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