mirror of
https://github.com/moodle/moodle.git
synced 2025-04-02 23:12:32 +02: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.