Resolvendo problema de bloqueio do captcha no login do admin

 

Pode acontecer de você ativar a opção captcha do seu administrador do WHMCS e isso causar um problema.

Geralmente um bloqueio na maioria das vezes quando você ativa o modo furtivo.

Observe que este não é um bug WHMCS, isso ocorre porque sua chave e chave de autenticação

do rcaptcha não está habilitado para funcionar neste modo.

Como resultado, o Google não pode validar as chaves do seu URL.

E quando você tentar fazer login, receberá uma mensagem de erro de captcha ativo invisível.

 

Só para lembrar que esta opção você ativou no seu administrador.

WHMCS Admin / Configuração Geral / Segurança

Ativado para formulário de login

 

Como resolver isso.

Existem duas maneiras

 

1° Você pode criar uma nova chave e adicioná-la na tabela tblconfiguration

Observe como você ativou o modo invisível, você precisa criar a chave para este modo com sua URL

Como fazer isso!

A maneira mais fácil se você precisar desativar seu site seria através do Phpmyadmin

Gire as tabelas e procure por ReCAPTCHAPrivateKey

Geralmente está entre a coluna 8 na tabela

Clique em editar e alterar

 

2° Este método é o mais correto e eficaz, na mesma tabela procure por CaptchaForms

deve estar entre a coluna 11 da tabela, clique em editar e edite a linha login

Será true mude para false e salve.

{"checkoutCompletion":false,"domainChecker":false,"registration":true,"contactUs":true,"submitTicket":true,"login":false}

Feito isso, você poderá acessar o administrador novamente.

 

 Outra forma é baixa a tblconfiguration e editar manualmente 

 

----------------------------------------------------------------------------------------------------

 

It may happen that you activate the captcha option of your WHMCS administrator and this causes a problem.

Usually a lock most of the time when you turn on stealth mode.

Note that this is not a WHMCS bug, this is because your key and authentication key

do rcaptcha is not enabled to work in this mode.

As a result, Google is unable to validate the keys for your URL.

And when you try to log in, you will get an invisible active captcha error message.

 

Just to remind you that this option you activated in your administrator.

WHMCS Admin / General Configuration / Security

Enabled for Login Form

 

How to solve it.

There are two ways

 

1° You can create a new key and add it to the tblconfiguration table

Notice how you activated invisible mode, you need to create the key for this mode with your URL

How to do this!

The easiest way if you need to take your site down would be through Phpmyadmin

Rotate the tables and look for ReCAPTCHAPrivateKey

It is usually between column 8 in the table

Click edit and change

 

2° This method is the most correct and effective, in the same table look for CaptchaForms

must be between column 11 table, click edit and edit the line login

It will be true change it to false and save.

Once this is done, you will be able to access the admin again.

{"checkoutCompletion":false,"domainChecker":false,"registration":true,"contactUs":true,"submitTicket":true,"login":false}

Another way is to download tblconfiguration and manually edit

  • 0 Usuários acharam útil
Esta resposta lhe foi útil?
« Retornar