Commit 2e99decde3c8851b41ab1ce0702301ace287eb90
1 parent
f3ce1655
user registration
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
app/library/App/Model/User.php
| ... | ... | @@ -8,9 +8,6 @@ class User extends \App\Mvc\DateTrackingModel |
| 8 | 8 | public $role; |
| 9 | 9 | public $email; |
| 10 | 10 | public $username; |
| 11 | - public $firstName; | |
| 12 | - public $lastName; | |
| 13 | - public $location; | |
| 14 | 11 | public $password; |
| 15 | 12 | |
| 16 | 13 | public function getSource() |
| ... | ... | @@ -25,9 +22,6 @@ class User extends \App\Mvc\DateTrackingModel |
| 25 | 22 | 'role' => 'role', |
| 26 | 23 | 'email' => 'email', |
| 27 | 24 | 'username' => 'username', |
| 28 | - 'first_name' => 'firstName', | |
| 29 | - 'last_name' => 'lastName', | |
| 30 | - 'location' => 'location', | |
| 31 | 25 | 'password' => 'password' |
| 32 | 26 | ]; |
| 33 | 27 | } | ... | ... |