fixes to cli

This commit is contained in:
Wyatt Johnson
2017-11-20 13:29:50 -07:00
parent 2706e47f85
commit 45e27fd6ad
3 changed files with 5 additions and 32 deletions
+2 -1
View File
@@ -91,7 +91,8 @@ const UserSchema = new Schema({
// user.
roles: [{
type: String,
enum: USER_ROLES
enum: USER_ROLES,
required: true
}],
// Status stores the user status information regarding permissions,