mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-22 02:04:31 +00:00
Merge pull request #3066 from overleaf/jel-log-admin-adds-email
Update user audit log when an admin adds email GitOrigin-RevId: 758199e2f0f3501701b42bf359ce5ccd52cb3da0
This commit is contained in:
parent
7eee20f914
commit
6dbf37d408
1 changed files with 2 additions and 1 deletions
|
@ -8,10 +8,11 @@ const MAX_AUDIT_LOG_ENTRIES = 200
|
|||
*
|
||||
* The entry should include at least the following fields:
|
||||
*
|
||||
* - userId: the user on behalf of whom the operation was performed
|
||||
* - operation: a string identifying the type of operation
|
||||
* - initiatorId: who performed the operation
|
||||
* - ipAddress: the IP address of the initiator
|
||||
* - info: an object detailing what happened
|
||||
* - userId: the user on behalf of whom the operation was performed
|
||||
*/
|
||||
async function addEntry(userId, operation, initiatorId, ipAddress, info = {}) {
|
||||
const timestamp = new Date()
|
||||
|
|
Loading…
Reference in a new issue