strongloop / loopback-example-access-control

An example demonstrating LoopBack access control mechanisms.
Other
370 stars 168 forks source link

Update create-model-instances.js #42

Closed pretty00butt closed 9 years ago

pretty00butt commented 9 years ago

fixed the property name of User

superkhau commented 9 years ago

Your update is not correct. The lowercase "user" is on purpose because we extended the built-in "User". See https://github.com/strongloop/loopback-example-access-control/blob/master/common/models/user.json#L2

Closing.