projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5ffbbb
)
Set default captcha type to none
author
Marcel Werk
<burntime@woltlab.com>
Fri, 6 Sep 2024 09:05:24 +0000
(11:05 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Fri, 6 Sep 2024 09:05:24 +0000
(11:05 +0200)
see https://www.woltlab.com/community/thread/308019-captchaformfield-mit-formerror-u-a-lostpasswordform/?postID=
1979005
#post1979005
com.woltlab.wcf/option.xml
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/option.xml
b/com.woltlab.wcf/option.xml
index 5124fc8ba046fe1bee91422541fc66f5b5991267..f7fc276b16703fea6796598804ab09e4d99ed103 100644
(file)
--- a/
com.woltlab.wcf/option.xml
+++ b/
com.woltlab.wcf/option.xml
@@
-669,7
+669,6
@@
simpleMatch:wcf.acp.option.blacklist_sfs_enable.simpleMatch]]></selectoptions>
<option name="captcha_type">
<categoryname>security.antispam.captcha</categoryname>
<optiontype>captchaSelect</optiontype>
- <defaultvalue>com.woltlab.wcf.recaptcha</defaultvalue>
<enableoptions>:!register_use_captcha,!lost_password_use_captcha</enableoptions>
<allowemptyvalue>1</allowemptyvalue>
</option>