migrate permissions and admin flag to user.role
This commit is contained in:
@@ -75,9 +75,8 @@ var ADMIN = {
|
||||
modifiedAt: 'now',
|
||||
resetToken: '',
|
||||
displayName: '',
|
||||
admin: true,
|
||||
source: '',
|
||||
permissions: null
|
||||
role: 'owner',
|
||||
source: ''
|
||||
};
|
||||
|
||||
var APP = {
|
||||
|
||||
Reference in New Issue
Block a user