Set default captcha type to none
authorMarcel Werk <burntime@woltlab.com>
Fri, 6 Sep 2024 09:05:24 +0000 (11:05 +0200)
committerMarcel 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

index 5124fc8ba046fe1bee91422541fc66f5b5991267..f7fc276b16703fea6796598804ab09e4d99ed103 100644 (file)
@@ -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>