소스 검색

Update config

Added URL-Decode option
Juan F Arjona 10 달 전
부모
커밋
f0aa588638
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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]