$this->faker->userName, 'first_name' => $this->faker->firstName, 'last_name' => $this->faker->lastName, 'display_name' => $this->faker->name, 'email' => $this->faker->safeEmail, 'password' => bcrypt('secret'), 'activated' => 1, 'enabled' => 1, 'permissions' => ["anomaly.module.users::users.read"] ]; } }