Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3.2
-
Fix Version/s: 2.4
-
Component/s: Authentication
-
Labels:None
-
Testing Instructions:
-
Affected Branches:MOODLE_23_STABLE
-
Fixed Branches:MOODLE_24_STABLE
-
Pull from Repository:
-
Pull Master Branch:w41_
MDL-35695_m24_authdb -
Pull Master Diff URL:
Description
Hi,
I've got an external database authentication set up on moodle for connections between moodle and another server.
Weirdly, when logging in, Moodle seems to want to connect to this external database. But there is no need for it to do because the user in question has the authentication type set to manual authentication.
So Why is Moodle connecting?
If the external database authentication method is enabled but the database isn't available at that time of logging in, the Moodle site runs very slowly as it tries to connect to it during log in.
But surely as the user is manual, it shouldn't even bother trying?