Skip to content

Commit

Permalink
Merge pull request #406 from MISP/chrisr3d_patch
Browse files Browse the repository at this point in the history
Add an `email` attribute to the `user-account` template
  • Loading branch information
chrisr3d authored Oct 31, 2023
2 parents 5feb052 + d1653d9 commit 21f683a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions objects/user-account/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
"misp-attribute": "text",
"ui-priority": 1
},
"email": {
"description": "Email addresses for the account.",
"misp-attribute": "email",
"multiple": true,
"ui-priority": 1
},
"expires": {
"description": "Expiration time of the account",
"disable_correlation": true,
Expand Down

0 comments on commit 21f683a

Please sign in to comment.