Unable to login into Admin Control Panel, Wrong Captcha Error!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 anni tempo fa
It sounds like there may be serious problems with the install.

Did you use a one click installer, deploy from visual studio, or upload the Web version via FTP?
8 anni tempo fa
Uploaded web version via FTP!!!
8 anni tempo fa
Website worked fine for long time. (i.e 2-3 month.)

I didn't faced any issue.

But this captcha becuase major issue right now!!!
8 anni tempo fa
Do you have any settings in your setting table that start with captcha?
8 anni tempo fa
No results starts with Captcha in settings table.

Also, searching for Cap, cap. No result found.
8 anni tempo fa
In sql server try to run this code

UPDATE [Your_db _name].[dbo].[Setting]
SET Value='false'
  where Name='captchasettings.showonloginpage'
8 anni tempo fa
Hi Anik,

It shows success message.

But nothing happen. Still I can see captcha in website.

Also unable to login with correct captcha.
8 anni tempo fa
itaravin wrote:
Hi Anik,

It shows success message.

But nothing happen. Still I can see captcha in website.

Also unable to login with correct captcha.

Then recycle your application pool  
I think the value is in cache.
8 anni tempo fa
No.

Still same.

There is no record captchasettings.showonloginpage
8 anni tempo fa
itaravin wrote:
No.

Still same.

There is no record captchasettings.showonloginpage

Please check again. I have question do you really check live server database ?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.