putting user/editprofile back

This commit is contained in:
toyomoyo
2007-03-15 08:28:56 +00:00
parent 8bfa3f6c5f
commit 2e8ee5302f
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -715,6 +715,17 @@ $moodle_capabilities = array(
'admin' => CAP_ALLOW
)
),
'moodle/user:editprofile' => array(
'riskbitmask' => RISK_SPAM,
'captype' => 'read',
'contextlevel' => CONTEXT_USER,
'legacy' => array(
'admin' => CAP_ALLOW
)
),
// The next 3 might make no sense for some roles, e.g teacher, etc.
// since the next level up is site. These are more for the parent role
+1 -1
View File
@@ -6,7 +6,7 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version = 2007021402; // YYYYMMDD = date
$version = 2007021403; // YYYYMMDD = date
// XY = increments within a single day
$release = '1.8 Beta +'; // Human-friendly version name