• #475
Viewing 2 replies - 1 through 2 (of 2 total)
  • #476

    howi
    Participant

    Clarification

    This is a new installation. I’m unable to access admin or register new account because of Recaptcha.

    #481

    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

Viewing 2 replies - 1 through 2 (of 2 total)

Purchase for access

Buy a copy of GetFund – A Professional Laravel Crowdfunding Platform for access to our member center.

Buy