Add new event type for app mailbox ldap login

This commit is contained in:
Johannes Zellner
2017-03-02 17:13:04 +01:00
parent 5d51a7178f
commit ee1cef3ee8
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ exports = module.exports = {
ACTION_APP_RESTORE: 'app.restore',
ACTION_APP_UNINSTALL: 'app.uninstall',
ACTION_APP_UPDATE: 'app.update',
ACTION_APP_LOGIN: 'app.login',
ACTION_BACKUP_FINISH: 'backup.finish',
ACTION_BACKUP_START: 'backup.start',
ACTION_CERTIFICATE_RENEWAL: 'certificate.renew',