mirror of
https://github.com/moodle/moodle.git
synced 2025-02-20 08:05:49 +01:00
Some webservice functions need to be available without a login, e.g. fetching strings and templates. External functions must call validate_context if they require a valid login etc. Added a new parameter to services.php: "loginrequired". Default is true.