From bc273bdd3c661a5ebbd6d0497364353257ecf213 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 7 Feb 2017 18:36:51 +0200 Subject: [PATCH] user registration --- app/library/App/Controllers/UserController.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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