From c323aa3be1f827daaf8f7b5f188350d7d9c9e00f Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 16 Feb 2017 19:42:43 +0200 Subject: [PATCH] registration --- app/library/App/Controllers/UserController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/library/App/Controllers/UserController.php b/app/library/App/Controllers/UserController.php index 272fc63..aff9caf 100755 --- a/app/library/App/Controllers/UserController.php +++ b/app/library/App/Controllers/UserController.php @@ -61,7 +61,7 @@ class UserController extends CrudResourceController /** ****************************/ $user = new User(); - $user->username = 'test33233222'; + $user->password = 'test332332212'; $user->save(); die(var_dump($user)); -- libgit2 0.21.4