-
Bug
-
Resolution: Fixed
-
Blocker
-
3.5.3
-
MOODLE_35_STABLE
-
MOODLE_31_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MDL-63994-master-castoken -
-
If i don't set $CFG->disablelogintoken = true; in config.php, there is no longer possibility to connect to moodle. I tried with theme Adaptable, Boost and Clean, it's seems to have no effect on it.
Steps to reproduce :
1 : In version 3.5.2 (or in version 3.5.3 with option "$CFG->disablelogintoken = true; " in config.php ), go to http://127.0.0.1/admin/settings.php?section=authsettingcas and select "No" to option : auth_cas | multiauth and configure to connect to CAS server
2 : Update to 3.5.3 (or comment option "$CFG->disablelogintoken = true; " in config.php if you have already upgrade)
3 : Disconnect and try to login : you are redirected to CAS page to connect.
4- Expected : Being connected to Moodle
4- Happens : Getting an error message in a page asking for some credentials (locals to moodle?)
- is duplicated by
-
MDL-64015 3.1.15 breaks CAS authentication
- Closed