Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

facebook error while saving User model #47

@lpanebr

Description

@lpanebr

First when trying to integrate with facebook I got errors for missing User mode properties:

  • fname
  • lname
  • gender
  • birthday
  • acc_status

After I added them to the model and to the DB I got the following error:

Error, while saving User model:

array (
'username' => 
array (
0 => 'Username cannot be blank.',
),
'password' => 
array (
0 => 'Password cannot be blank.',
),
)

What should I do?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions