Remove reCAPTCHA options from first time setup
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 6 Mar 2023 13:23:08 +0000 (14:23 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 17 Apr 2023 16:45:09 +0000 (18:45 +0200)
The administrator likely does not have them at hand. Showing these fields thus
is likely not actionable to them and easily overwhelming when starting with a
completely new software.

wcfsetup/install/files/lib/acp/form/FirstTimeSetupForm.class.php

index ef8ad697348d4e7703b473fcc4f4430010eed90a..2a6c85c8b32912252193e4c4942aa3c842effdfa 100644 (file)
@@ -48,8 +48,6 @@ class FirstTimeSetupForm extends AbstractOptionListForm
         'module_contact_form',
         'log_ip_address',
         'package_server_auth_code',
-        'recaptcha_publickey',
-        'recaptcha_privatekey',
     ];
 
     /**