- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2020
10:13 AM
03-13-2020
10:13 AM
I cant login to Admin Panel says Incorrect Captcha but do not see Captcha option
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2020
12:16 AM
03-16-2020
12:16 AM
@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
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2020
07:29 PM
03-13-2020
07:29 PM
Re: incorrect captcha
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2020
12:05 AM
03-14-2020
12:05 AM
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,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2020
12:16 AM
03-16-2020
12:16 AM
@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