MDL-35238 Implement deployment authorization
commit3daedb5c5a0adb4074bc5b6107f4759899145630
authorDavid Mudrák <david@moodle.com>
Tue, 9 Oct 2012 22:01:49 +0000 (10 00:01 +0200)
committerDavid Mudrák <david@moodle.com>
Thu, 8 Nov 2012 21:33:07 +0000 (8 22:33 +0100)
tree371eb004b82f8de0358f9d2f0f36f66386e3aa23
parent6aa2e2881a12beb69b3f3249d4c4b71a171911a7
MDL-35238 Implement deployment authorization

The caller of the mdeploy.php utility is expected to create a file in
the data directory. The name of such file and the passphrase in it are
then sent to mdeploy.php as a part of the request. The submitted and
stored values are then compared.
lib/pluginlib.php
lib/tests/pluginlib_test.php
mdeploy.php