HOW TO DISABLE THE CAPTCHA CODE

HOW TO DISABLE THE CAPTCHA CODE SINCE IT DOES NOT ALLOW ME TO ACCESS THE IMAGE OF THE CODE DOES NOT LOAD UPDATE TO VERSION 17.0.3

Hi I need HEEELLLPPPP please. :sob: :sob: :sob:

Go to - SETUP–>Other Setup, try this constant
MAIN_SECURITY_ENABLECAPTCHA =0

Hi,
Use PHPMyAdmin and SQL Card

UPDATE `llx_const` SET `value` = '0' WHERE `name` LIKE 'MAIN_SECURITY_ENABLECAPTCHA'; 

Re Upload your version 17.0.3 and check if PHP GD is ok in “About PHP”

@+

Hi,
Is not possible if no connected !
Else : Home → Setup → Security


@+

hello friend thanks for the help

I did the query as indicated but it appears that this table does not exist.

Now bn reinstalling the version does not allow me since I did this with softaculous should I do a manual installation in that case?

If so, could you tell me how to do it from the cpanel server, thanks.

Ok
your database prefix est llx7q, good syntax is

UPDATE `llx7q_const` SET `value` = '0' WHERE `name` LIKE 'MAIN_SECURITY_ENABLECAPTCHA';

I prefer a manual installation, I do not master softaculous
@+

Hello, I was able to enter Dolibarr but now I have functions that it does not allow me to modify, for example when enabling options in the environment, such as hiding menus from non-administrator users, how to re-enable the captcha code, among other functions, I do not know why this is due.

See here :
image
@+