Skip to content

Commit 21f683a

Browse files
authored
Merge pull request #406 from MISP/chrisr3d_patch
Add an `email` attribute to the `user-account` template
2 parents 5feb052 + d1653d9 commit 21f683a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

objects/user-account/definition.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555
"misp-attribute": "text",
5656
"ui-priority": 1
5757
},
58+
"email": {
59+
"description": "Email addresses for the account.",
60+
"misp-attribute": "email",
61+
"multiple": true,
62+
"ui-priority": 1
63+
},
5864
"expires": {
5965
"description": "Expiration time of the account",
6066
"disable_correlation": true,

0 commit comments

Comments
 (0)