Reset Password Email
TemplateGeneric password reset email template. Sends a secure reset link with optional expiry note. All branding props are optional.
core/email-tpl-reset-passwordInstallation
1 · Add registry to components.json
2 · Install component
Examples
Preview
Rendered with previewProps — subject, plain text, and live HTML.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
recipientEmailreq | string | — | Recipient's email address. |
recipientName | string | — | Greeting name; falls back to email. |
resetUrlreq | string | — | HTTPS password reset link. |
buttonLabel | string | — | CTA label. Defaults to 'Reset password'. |
expiryNote | string | — | Optional italic expiry note. |
siteName | string | — | Site/product name. Defaults to 'Keystone Core'. |
logoUrl | string | — | Optional logo image URL. |
supportEmail | string | — | Optional support address in footer. |
footerCopy | string | — | Optional footer body text. |