Commit bc273bdd3c661a5ebbd6d0497364353257ecf213

Authored by Alex Savenko
1 parent cdd122fc

user registration

Showing 1 changed file with 1 additions and 9 deletions   Show diff stats
app/library/App/Controllers/UserController.php
@@ -85,14 +85,6 @@ class UserController extends CrudResourceController @@ -85,14 +85,6 @@ class UserController extends CrudResourceController
85 85
86 } 86 }
87 87
88 - protected function transformPostDataValue($key, $value, $data)  
89 - {  
90 - if ($key == 'password') {  
91 - return $this->security->hash($value);  
92 - }  
93 - else {  
94 - return $value;  
95 - }  
96 - } 88 +
97 89
98 } 90 }