stormpath / loopback-stormpath

User authentication for Loopback made simple.
10 stars 1 forks source link

Account givenName is required; it cannot be null, empty, or blank. #40

Closed dakotahNorth closed 8 years ago

dakotahNorth commented 8 years ago

I have defined my own user called Student in Student.json like:

"name": "Student",
  "plural": "Students",
  "base": "StormpathUser",

and in model-config.json I define:

  "Student": {
    "dataSource": "stormpath",
    "public": true
  },

I get the following error:

'Account givenName is required; it cannot be null, empty, or blank.'

Is there a different way I should be defining my own user?

dakotahNorth commented 8 years ago

Working as expected ...