Disable LDAP authentication using Database or code

Re: Disable LDAP authentication using Database or code

by Jakob Ackermann -
Number of replies: 0

Hi,

you need to run:

UPDATE mdl_config SET `value` = 'manual' WHERE `name` = "auth";

this will disable all the other authentication plugins except 'manual'. I've tried it with Moodle 2.7.x