Sfoglia il codice sorgente

[GinR] No captcha as default

cgars 7 anni fa
parent
commit
b42bbcf887
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      conf/app.ini

+ 1 - 1
conf/app.ini

@@ -215,7 +215,7 @@ ENABLE_NOTIFY_MAIL = false
 ENABLE_REVERSE_PROXY_AUTHENTICATION = false
 ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = false
 ; Enable captcha validation for registration
-ENABLE_CAPTCHA = true
+ENABLE_CAPTCHA = false
 
 [webhook]
 ; Types are enabled for users to use, can be "gogs", "slack", "discord", "dingtalk"