Commit 3e3e15faf03de5f1901b4c178c9e736af13edde3

Authored by Alex Savenko
1 parent 99ee4e60

back

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Model/User.php
... ... @@ -19,7 +19,7 @@ class User extends \App\Mvc\DateTrackingModel
19 19 {
20 20 return parent::columnMap() + [
21 21 'id' => 'id',
22   - 'name' => 'username',
  22 + 'username' => 'username',
23 23 'pass' => 'pass',
24 24 'email' => 'email',
25 25 'role' => 'role'
... ...