-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
1.9.13, 2.0.3, 2.1.1, 2.2
-
MOODLE_19_STABLE, MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
MDL-29665_master -
Easy
-
The auth db plugin does not has the user_confirm() method. This may lead into some problem with special auth flows depending on external db where confirmation is needed, like the auth/manual pluign does. Other standard plugins, depending on external backend such as auth/LDAP, has the methods user_confirm() and can_confirm() as well.
Solution:
Add the missing method to auth/db taking it from auth/manual