mirror of https://github.com/MISP/misp-objects
Merge pull request #406 from MISP/chrisr3d_patch
Add an `email` attribute to the `user-account` templatechrisr3d_patch
commit
21f683a993
|
@ -55,6 +55,12 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"email": {
|
||||||
|
"description": "Email addresses for the account.",
|
||||||
|
"misp-attribute": "email",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"expires": {
|
"expires": {
|
||||||
"description": "Expiration time of the account",
|
"description": "Expiration time of the account",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
|
Loading…
Reference in New Issue