WEBSERVICE MDL-29170 reduce createmobiletoken capability risk level

This commit is contained in:
Dongsheng Cai 2011-08-31 10:38:48 +08:00
parent 9805fb9f17
commit f2eac75624
2 changed files with 2 additions and 2 deletions

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(

View File

@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die();
$version = 2011083100.00; // YYYYMMDD = weekly release date of this DEV branch
$version = 2011083100.01; // YYYYMMDD = weekly release date of this DEV branch
// RR = release increments - 00 in DEV branches
// .XX = incremental changes