All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.data.document.emailTemplates.openmetadata.reset-link.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
  "name": "reset-link",
  "displayName": "Reset link",
  "description": "Template for reset-link.",
  "entityType": "EmailTemplate",
  "fullyQualifiedName": "reset-link",
  "data": {
    "template": "
 

Password Reset Link



Hello ${userName},

You have requested to reset your ${entity} password. Please click the link below to reset your password. This link is valid for ${expirationTime} minutes only.

Reset Link

If you did not request this change, please let us know. You can contact us on Slack for any questions you may have.

Happy Exploring!
Thanks

", "placeHolders": [ { "name": "userName", "description": "Name of the user receiving the password reset link." }, { "name": "entity", "description": "Name of the entity sending the password reset link." }, { "name": "expirationTime", "description": "Expiration time in minutes for the reset link." }, { "name": "userResetPasswordLink", "description": "Link for the user to reset their password." }, { "name": "supportUrl", "description": "URL for support contact." } ] } }