turn off recaptcha va sql query

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 năm cách đây
version 3.9

can anyone tell me how i turn off recaptcha via sql query

i enabled it and cannot get into the site.
1 năm cách đây
UPDATE [Setting]
SET [Value] = 'False'
WHERE [Name] = N'captchasettings.enabled'
1 năm cách đây
i get the message
invalid object name setting
what do i change "setting" to ?
thanks !
1 năm cách đây
toadman wrote:
invalid object name setting

You are probably not in the correct database.  Do this first
USE yourDBname
GO
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.