cancel
Showing results for 
Search instead for 
Did you mean: 

incorrect captcha

SOLVED

incorrect captcha

I cant login to Admin Panel says Incorrect Captcha but do not see Captcha option

1 ACCEPTED SOLUTION

Accepted Solutions

Re: incorrect captcha

@Jmcclain0129 Try to run the below query and then flush the cache.

You will be able to run the admin.

 

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

Thanks

View solution in original post

3 REPLIES 3

Re: incorrect captcha

HI @Jmcclain0129 

 

Have you tried once in the browser private window?

Also make sure that you have proper write (0777) permission to pub/media folder to write captcha image.

sudo chmod -R 0777 pub/media

I hope it will help you!

Re: incorrect captcha

@Vimal

 

incognito does not work

using different system to access does not work

locked out of admin

 

anyone that can help please forward contact details so we cannot off of public forum

 

Thanks,

 

 

Re: incorrect captcha

@Jmcclain0129 Try to run the below query and then flush the cache.

You will be able to run the admin.

 

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

Thanks