add manage user permission

This commit is contained in:
Girish Ramakrishnan
2020-02-13 22:06:54 -08:00
parent 11b5304cb9
commit c537dfabb2
17 changed files with 139 additions and 42 deletions

View File

@@ -39,7 +39,8 @@ var USER_0 = {
modifiedAt: 'now',
resetToken: hat(256),
displayName: '',
source: ''
source: '',
permissions: null
};
var USER_1 = { // this user has not signed up yet
@@ -54,7 +55,8 @@ var USER_1 = { // this user has not signed up yet
modifiedAt: 'now',
resetToken: hat(256),
displayName: '',
source: ''
source: '',
permissions: null
};
function setup(done) {