Problem/Motivation

Currently courses can be taken only by registered and logged in users.
This issue will allow taking courses without registration or logging in for demonstration purposes and on sites that don't want to create an extra step and want to allow course access to everyone.

Issue fork lms-3590163

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

graber created an issue. See original summary.

graber’s picture

Hmm. Or should it be cookie storage instead?

graber’s picture

Status: Active » Needs review

  • graber committed c0c738ea on 1.1.x
    #3590163: Implement anonymous entity storage.
    
graber’s picture

Assigned: graber » Unassigned
Status: Needs review » Fixed

Pipeline errors caused by cache, looks good on dev-1.1.x after merge.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

graber’s picture

Issue summary: View changes

  • f4f1b898 committed on 1.1.x
    #3590163: Restore login/register button for inaccessible courses.