Merge pull request #406 from MISP/chrisr3d_patch

Add an `email` attribute to the `user-account` template
chrisr3d_patch
Christian Studer 2023-10-31 16:00:28 +01:00 committed by GitHub
commit 21f683a993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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,