-
New Feature
-
Resolution: Fixed
-
Minor
-
1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5, 1.9.6, 1.9.7
-
None
-
Easy
-
MOODLE_19_STABLE
-
MOODLE_19_STABLE
I'd like to offer authors the possiblity to allow access to videotutor content without requiring login. In principle, guest login allows that, but many potential viewers leave the login page without trying guest login, which is a moodle-only concept.
Messing a little bit around the line:
require_login($course, true, $cm);
in view.php and other pages, and adding an option in the configuration, it should be easy.