-
Notifications
You must be signed in to change notification settings - Fork 1
improve password reset email #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,82 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
|
|
||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Colandr - reset your password</title> | ||
| </head> | ||
| <div | ||
| style="margin: 0; padding: 0; background-color: #f5f7fa; font-family: Arial, Helvetica, sans-serif; line-height: 1.6;"> | ||
| <table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" | ||
| style="border-collapse: collapse;"> | ||
| <tr> | ||
| <td align="center" style="padding: 40px 0;"> | ||
| <table role="presentation" width="600" cellpadding="0" cellspacing="0" border="0" | ||
| style="max-width: 600px; background-color: #ffffff; border: 1px solid #e5e7eb; border-collapse: collapse;"> | ||
| <!-- Header --> | ||
| <tr> | ||
| <td style="background-color: #4353b3; padding: 32px 40px; text-align: center;"> | ||
| <h1 style="font-size: 24px; font-weight: 700; color: #ffffff; margin: 0;">colandr</h1> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- Content --> | ||
| <tr> | ||
| <td style="padding: 40px 40px 32px;"> | ||
| <h3 style="font-size: 18px; font-weight: 600; color: #1f2937; margin: 0 0 24px 0;">Hi, | ||
| {{ name }}!</h3> | ||
| <p style="font-size: 15px; color: #4b5563; margin: 0 0 0px 0; line-height: 1.7;"> | ||
| A password reset request has recently been made for this email address. Please click | ||
| the link below to reset it. This link will expire in {{ expiration_minutes }} | ||
| minutes. | ||
| </p> | ||
| <table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" | ||
| style="border-collapse: collapse;"> | ||
| <tr> | ||
| <td align="center" style="padding: 24px 0;"> | ||
| <a href="{{ url }}" target="_blank" | ||
| style="display: inline-block; padding: 14px 36px; background-color: #4353b3; color: #ffffff; text-decoration: none; font-weight: 600; font-size: 15px;">reset | ||
| my password</a> | ||
| </td> | ||
| </tr> | ||
| </table> | ||
| <table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" | ||
| style="border-collapse: collapse;"> | ||
| <tr> | ||
| <td | ||
| style="padding: 14px 16px; background-color: #fef3c7; border-left: 3px solid #f59e0b; font-size: 13px; color: #92400e;"> | ||
| <strong>Note:</strong> If you didn't request this password reset, you can | ||
| safely ignore this email. | ||
| </td> | ||
| </tr> | ||
| </table> | ||
| <table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" | ||
| style="border-collapse: collapse;"> | ||
| <tr> | ||
| <td | ||
| style="padding-top: 32px; border-top: 1px solid #e5e7eb; font-size: 15px; color: #1f2937;"> | ||
| <p style="font-weight: 600; margin: 0;">Cheers,</p> | ||
| <p style="margin: 4px 0 0 0; color: #6b7280;">The Colandr Team</p> | ||
| </td> | ||
| </tr> | ||
| </table> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- Footer --> | ||
| <tr> | ||
| <td | ||
| style="padding: 24px 40px; text-align: center; font-size: 12px; color: #9ca3af; background-color: #f9fafb; border-top: 1px solid #e5e7eb;"> | ||
| <p style="margin: 4px 0;">This is an automated message. Please do not reply to this | ||
| email.</p> | ||
| <p style="margin: 4px 0;">© 2026 colandr. All rights reserved.</p> | ||
| </td> | ||
| </tr> | ||
| </table> | ||
| </td> | ||
| </tr> | ||
| </table> | ||
| </div> | ||
|
|
||
| </html> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.