Author Topic: can u disabling reCAPTCHA manually through the database or php  (Read 884 times)

Offline andrevdb

  • Newbie
  • *
  • Posts: 23
  • Karma: +0/-6
    • View Profile
can u disabling reCAPTCHA manually through the database or php
« on: September 12, 2024, 01:56:13 AM »
can u disabling reCAPTCHA  manually through the database or php

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2063
  • Karma: +325/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: can u disabling reCAPTCHA manually through the database or php
« Reply #1 on: September 12, 2024, 04:41:18 AM »
to disable reCaptcha you should clear it's site and secret keys in the admin settings (see tab General)
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline andrevdb

  • Newbie
  • *
  • Posts: 23
  • Karma: +0/-6
    • View Profile
Re: can u disabling reCAPTCHA manually through the database or php
« Reply #2 on: September 12, 2024, 04:46:39 AM »
cant log in or reset password

Offline andrevdb

  • Newbie
  • *
  • Posts: 23
  • Karma: +0/-6
    • View Profile
Re: can u disabling reCAPTCHA manually through the database or php
« Reply #3 on: September 12, 2024, 04:49:04 AM »
Human verification Failed!

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2063
  • Karma: +325/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: can u disabling reCAPTCHA manually through the database or php
« Reply #4 on: September 13, 2024, 06:54:00 AM »
try to remove recaptcha site keys fron phpMyAdmin
Code: [Select]
update settings SET `value` = '' WHERE `key` LIKE 'config_recaptcha_%';
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

 

Powered by SMFPacks Social Login Mod