-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
3.2.2
-
MOODLE_32_STABLE
Steps to reproduce
- Enable Shibboleth authentication (dummy data are enough) including the WAYF
- Logout
- Attempt to login as the primary Moodle admin
Expected result:
- Admin should be still able to log in to Moodle, even if Shibboleth gets broken.
Actual result:
- Shibboleth has overwritten the alternateloginurl to $CFG->wwwroot.'/auth/shibboleth/login.php' so even if I manually set $CFG->auth to exclude the shibboleth from it, I can't log in as the primary admin any more. I have to also manually unset alternateloginurl from the config table.
- Discovered while testing
-
MDL-12689 convert all auth plugins to use settings.php
-
- Closed
-