catalyst / moodle-mod_scormremote

A Moodle activity for serving SCORM packages remotely to another LMS across domains
https://moodle.org/plugins/mod_scormremote
Other
9 stars 3 forks source link

53 Fix redirect on Subscription limit reached etc #57

Closed leonstr closed 7 months ago

leonstr commented 10 months ago

Previously error statuses (for example, 402 | Subscription limit reached) showed instead the Moodle login page as the browser was redirected to this. This change removes the require_login() so the expected error message is shown.

Proposed fix for #53.