Delete deprecated option `module_system_recaptcha` (#4305)
authorMatthias Schmidt <gravatronics@live.com>
Thu, 17 Jun 2021 11:24:14 +0000 (13:24 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Jun 2021 11:24:14 +0000 (13:24 +0200)
This option has been deprecated since version 2.1 (since d802ca93dd49463642a35489e8be5423aee86ede) and due to its age, it is not preserved by defining the matching constant in `WCF::defineLegacyOptions()`.

com.woltlab.wcf/option.xml

index 665357f24826bd09d07d27d3c5400f3d06cee3f8..6ac0ce383320205a3b651ec98bf7c033042b9b4f 100644 (file)
                                <optiontype>boolean</optiontype>
                                <defaultvalue>1</defaultvalue>
                        </option>
-                       <!-- deprecated -->
-                       <option name="module_system_recaptcha">
-                               <categoryname>module.system</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>1</defaultvalue>
-                               <hidden>1</hidden>
-                       </option>
                        <option name="module_cookie_policy_page">
                                <categoryname>module.system</categoryname>
                                <optiontype>boolean</optiontype>
@@ -1693,5 +1686,6 @@ DESC:wcf.global.sortOrder.descending</selectoptions>
                <option name="module_master_password"/>
                <option name="blacklist_ip_addresses"/>
                <option name="blacklist_user_agents"/>
+               <option name="module_system_recaptcha"/>
        </delete>
 </data>