Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8, 1.9
-
Fix Version/s: 1.9
-
Component/s: Roles / Access
-
Labels:None
-
Affected Branches:MOODLE_18_STABLE, MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
If we revive this pre-roles setting, we can hack things to give all people an automatic role on the site course.
(Something like the defaultuserroleid, it would be a new defaultfrontpageroleid)
The login process would add this automatically to in the capabilities cached structure, and some of accesslib needs to be hacked (like get_users_by_capability) to check for this and return ALL users in this case.
Yu, can you identify a list of areas that would need to be hacked for this solution and possibly produce a patch here?
Issue Links
| This issue will help resolve: | ||||
| MDL-11087 | Authenticated User role has fewer rights that Guest user |
|
|
|
| MDL-8724 | "Site New" items don't appear on the front page when logged in as a student or teacher. |
|
|
|
| MDL-9915 | authenticated user has less privileges than a not logged in user |
|
|
|
| This issue has a non-specific relationship to: | ||||
| MDL-9584 | Site news - no email being sent |
|
|
|
| MDL-11087 | Authenticated User role has fewer rights that Guest user |
|
|
|
| MDL-10161 | get_course_users and get_course_students don't work the same as they used to for site level |
|
|
|
| MDL-10163 | issue with forums subscriptions and moodle/course:view |
|
|
|
I think this depends on internal roles changes by ML, right?