WEBSERVICE MDL-29170 reduce createmobiletoken capability risk level

This commit is contained in:
Dongsheng Cai
2011-09-01 11:03:47 +08:00
parent ddf322586e
commit 5c71cfca6a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1687,7 +1687,7 @@ $capabilities = array(
),
'moodle/webservice:createmobiletoken' => array(
'riskbitmask' => RISK_CONFIG | RISK_DATALOSS | RISK_SPAM | RISK_PERSONAL | RISK_XSS,
'riskbitmask' => RISK_SPAM | RISK_PERSONAL,
'captype' => 'write',
'contextlevel' => CONTEXT_SYSTEM,
'archetypes' => array(
+1 -1
View File
@@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die();
$version = 2011070101.06; // 20110701 = branching date YYYYMMDD - do not modify!
$version = 2011070101.07; // 20110701 = branching date YYYYMMDD - do not modify!
// RR = release version - do not change in weeklies
// .XX = incremental changes