Closed dakotahNorth closed 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?
Working as expected ...
I have defined my own user called Student in Student.json like:
and in model-config.json I define:
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?