Add audit event for ownership transfer

This commit is contained in:
Girish Ramakrishnan
2018-07-05 13:51:22 -07:00
parent 75f9b19db2
commit 6810c61e58
3 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ exports = module.exports = {
ACTION_USER_ADD: 'user.add',
ACTION_USER_LOGIN: 'user.login',
ACTION_USER_REMOVE: 'user.remove',
ACTION_USER_UPDATE: 'user.update'
ACTION_USER_UPDATE: 'user.update',
ACTION_USER_TRANSFER: 'user.transfer',
};
var assert = require('assert'),