Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.9.2
-
MOODLE_29_STABLE
-
MOODLE_29_STABLE
-
MDL-50782-master -
Description
Not all ajax services need to be logged in. E.g. blocks that show on the front page would need to work before someone logs in. The webservices themselves need to perform the correct validate_context checks and capability checks anyway, so removing this require_login from the ajax script handler will not reduce security.