cancel
Showing results for 
Search instead for 
Did you mean: 

recaptcha - Incorrect reCAPTCHA can't login to admin

recaptcha - Incorrect reCAPTCHA can't login to admin

Just activated recaptcha on new install of magento 2.3. with correct keys from google.

Now I can't login anymore.

Keep telling Incorrect reCAPTCHA

First there was only the upper recaptcha, now there is also the second check with letters and numbers.

 

Schermafdruk 2018-12-06 15.48.52.png

7 REPLIES 7

Re: recaptcha - Incorrect reCAPTCHA can't login to admin

I disabled recaptcha via composer:

 php bin/magento module:disable MSP_ReCaptcha

and then

 php bin/magento setup:upgrade

now I can login again. Bur css is like screwed up

 

Schermafdruk 2018-12-06 16.24.16.png

Re: recaptcha - Incorrect reCAPTCHA can't login to admin

Please make captcha 1 -> 0 in core_config_data table

Try after cleaning cache and if not work then reindex

Update below row in database:

Update core_config_data set value=0 WHERE path LIKE '%admin/captcha/enable%

If you don't find this row then insert it.

Re: recaptcha - Incorrect reCAPTCHA can't login to admin

Have you added reCAPTCHA to your Magento store by following the right process? If the answer is yes, try following these steps:

  1. Flush all the cache before attempting to log in
  2. Try another browser to login
  3. Delete the following directories by manually deleting all cache using FTP or SSH:
[your Magento install dir]/includes/src/
[your Magento install dir]/media/css/
[your Magento install dir]/media/css_secure/
[your Magento install dir]/media/js/
[your Magento install dir]/var/cache/

 

Re: recaptcha - Incorrect reCAPTCHA can't login to admin

Hi Guys,

 

Use following command to deactivate the captcha, 

 

bin/magento msp:security:recaptcha:disable

 

Keep your captcha deactivated for admin for smooth running thereafter. 

 

Thanks

Re: recaptcha - Incorrect reCAPTCHA can't login to admin

You have to Unlock an administrator account sometimes

 

Use this command to unlock the account of an administrator that was locked, typically because of multiple incorrect login attempts.

 

php bin/magento admin:user:unlock {username}

 

You must specify the administrator’s username. Example:

php bin/magento admin:user:unlock admin

 

Outcome: The user account "admin" has been unlocked

 

Source : https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-admin.html

Re: recaptcha - Incorrect reCAPTCHA can't login to admin

thank you

Re: recaptcha - Incorrect reCAPTCHA can't login to admin

Use this command -for M2.4.4

php bin/magento security:recaptcha:disable-for-user-login