Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 975fe28

Browse files
authored
Merge pull request #210 from Wardormeur/bugfix/lms-get-link-perm-issue
Extend default userTypes for LMS access
2 parents da89814 + c78a6d7 commit 975fe28

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

config/perm/users.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@ module.exports = function(){
125125
role: 'cdf-admin',
126126
}],
127127
'get_lms_link': [{
128-
role: 'basic-user',
129-
userType: 'champion'
130-
}, {
131-
role: 'basic-user',
132-
userType: 'mentor'
128+
role: 'basic-user'
133129
}],
134130
};
135131
};

0 commit comments

Comments
 (0)