24 lines
645 B
JSON
24 lines
645 B
JSON
{
|
|
"hash": "notification_5cac81ab3044e",
|
|
"title": "User resets their password from the password reset link",
|
|
"trigger": "user/password_changed",
|
|
"carriers": {
|
|
"email": {
|
|
"activated": true,
|
|
"enabled": true,
|
|
"subject": "{site_title} - Password Reset",
|
|
"body": "Password changed for user: {user_login}",
|
|
"recipients": [
|
|
{
|
|
"type": "email",
|
|
"recipient": "{user_email}"
|
|
}
|
|
],
|
|
"headers": null
|
|
}
|
|
},
|
|
"enabled": true,
|
|
"extras": [],
|
|
"version": 1560424061
|
|
}
|