Articles on: Troubleshooting

Captcha Issue Locked Me Out Of Admin

If you enabled Captcha but an error then locks you out of logging in to your admin area you need to access your database using PHPMyAdmin (or any other database program you use) and enter the following SQL Query: to disable the Captcha:

UPDATE setting SET value='' WHERE name='Enabled Captcha Plugin';

Updated on: 09/04/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!