Skip to content

Commit

Permalink
do not send passowrd hashes to other sites SC#353; merged from MOODLE…
Browse files Browse the repository at this point in the history
…_16_STABLE
  • Loading branch information
skodak committed Jan 17, 2007
1 parent 0801278 commit b27229d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions mod/resource/type/file/resource.class.php
Expand Up @@ -92,8 +92,6 @@ function set_parameters() {
'value' => $USER->id),
'userusername' => array('langstr' => get_string('username'),
'value' => $USER->username),
'userpassword' => array('langstr' => get_string('password'),
'value' => $USER->password),
'useridnumber' => array('langstr' => get_string('idnumber'),
'value' => $USER->idnumber),
'userfirstname' => array('langstr' => get_string('firstname'),
Expand Down
4 changes: 1 addition & 3 deletions mod/resource/type/repository/resource.class.php
Expand Up @@ -47,8 +47,6 @@ function set_parameters() {
'value' => $USER->id),
'userusername' => array('langstr' => get_string('username'),
'value' => $USER->username),
'userpassword' => array('langstr' => get_string('password'),
'value' => $USER->password),
'useridnumber' => array('langstr' => get_string('idnumber'),
'value' => $USER->idnumber),
'userfirstname' => array('langstr' => get_string('firstname'),
Expand Down Expand Up @@ -423,7 +421,7 @@ function display() {
echo "<center><p>";
echo '<object classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"';
echo ' codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" ';
echo ' standby="Loading Microsoft® Windows® Media Player components..." ';
echo ' standby="Loading Microsoft Windows Media Player components..." ';
echo ' id="msplayer" align="" type="application/x-oleobject">';
echo "<param name=\"Filename\" value=\"$fullurl\">";
echo '<param name="ShowControls" value="true" />';
Expand Down

0 comments on commit b27229d

Please sign in to comment.