Skip to content

Commit

Permalink
WEBSERVICE MDL-29170 reduce createmobiletoken capability risk level
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsheng Cai committed Sep 1, 2011
1 parent 9805fb9 commit f2eac75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/db/access.php
Expand Up @@ -1687,7 +1687,7 @@
),
'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(
Expand Down
2 changes: 1 addition & 1 deletion version.php
Expand Up @@ -31,7 +31,7 @@



$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

Expand Down

0 comments on commit f2eac75

Please sign in to comment.