Skip to content

Commit

Permalink
Merge branch '1.7' into 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Jun 1, 2017
2 parents ced2220 + 2a97390 commit 0ab7df4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rest/UserFieldTypeProcessor.php
Expand Up @@ -17,4 +17,11 @@ public function preProcessValueHash($incomingValueHash)

return $incomingValueHash;
}

public function postProcessValueHash($outgoingValueHash)
{
unset($outgoingValueHash['passwordHash'], $outgoingValueHash['passwordHashType']);

return $outgoingValueHash;
}
}

0 comments on commit 0ab7df4

Please sign in to comment.