Reviewed: https://reviews.mahara.org/6380 Committed: https://git.mahara.org/mahara/mahara/commit/273c80da4c40107d8f9680b3fc735b982d9966ee Submitter: Robert Lyon ([email protected]) Branch: 16.04_STABLE
commit 273c80da4c40107d8f9680b3fc735b982d9966ee Author: Robert Lyon <[email protected]> Date: Fri Apr 15 11:06:41 2016 +1200 Bug 1570640: Ignore plugins with bad auth config When looping through all auth to see if a user can login behatnotneeded Change-Id: I51693fac3c650ff529ccfc98586c50f4d185f591 Signed-off-by: Robert Lyon <[email protected]> (cherry picked from commit 4993ce1c411e51453f01a571952cedd2a5cb1991) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1570640 Title: Badly setup authinstance can cause 'This Auth plugin has not been initialised' error Status in Mahara: Fix Committed Status in Mahara 1.10 series: Fix Committed Status in Mahara 15.04 series: Fix Committed Status in Mahara 15.10 series: Fix Committed Status in Mahara 16.04 series: Fix Committed Status in Mahara 16.10 series: Fix Committed Bug description: If a user types their username in wrong then the system will try and see if other authinstances allow autocreate user. But if one of those other instances is set up wrong/broken then a fatal error will be thrown, rather than showing the user they got their username/password wrong message This is a bit harsh, so we should catch this error and add a warning about broken plugin To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1570640/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

