mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
WEBSERVICE MDL-29170 reduce createmobiletoken capability risk level
This commit is contained in:
parent
9805fb9f17
commit
f2eac75624
@ -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(
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user