Hi
Unfortunately, the database goes with reCaptcha enabled, but it will not work in your host, please find below tricks.
You have a database comes with the package and located at db directory. Open getfund.sql in a text editor.
Find below code, maybe line number 515
(44, 'enable_recaptcha_login', '1'),
(45, 'recaptcha_site_key', '6LfSyyMUAAAAAPA6f8iIP7WB51Bw3xKipBHlvdz_'),
(46, 'recaptcha_secret_key', '6LfSyyMUAAAAAHeMy-PyshlTJcbE3sbsddOGw6gk'),
(47, 'enable_recaptcha_registration', '1'),
(48, 'enable_recaptcha_contact_form', '1'),
Replace above code with below
(44, 'enable_recaptcha_login', '0'),
(45, 'recaptcha_site_key', '6LfSyyMUAAAAAPA6f8iIP7WB51Bw3xKipBHlvdz_'),
(46, 'recaptcha_secret_key', '6LfSyyMUAAAAAHeMy-PyshlTJcbE3sbsddOGw6gk'),
(47, 'enable_recaptcha_registration', '0'),
(48, 'enable_recaptcha_contact_form', '0'),
upload this your database again, Hopefully it will allow you to login.
Best regards