diff --git a/app/library/App/Controllers/UserController.php b/app/library/App/Controllers/UserController.php index af61b60..578e046 100755 --- a/app/library/App/Controllers/UserController.php +++ b/app/library/App/Controllers/UserController.php @@ -85,14 +85,6 @@ class UserController extends CrudResourceController } - protected function transformPostDataValue($key, $value, $data) - { - if ($key == 'password') { - return $this->security->hash($value); - } - else { - return $value; - } - } + } -- libgit2 0.21.4