PHP Classes

File: resources/views/mail/reset_password.twig

Recommend this page to a friend!
  Packages of Steffen Haase   Beacon   resources/views/mail/reset_password.twig   Download  
File: resources/views/mail/reset_password.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Beacon
MVC framework with built-in user management
Author: By
Last change:
Date: 1 month ago
Size: 866 bytes
 

Contents

Class file image Download
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Reset your password</title> </head> <body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333333;"> <h2>Password Reset Request</h2> <p>Hi {{ username }},</p> <p>We received a request to reset the password for your account.</p> <p>To choose a new password, please click the link below:</p> <p><a href="{{ url }}">Reset Password</a></p> <p>If the link above does not work, copy and paste the following URL into your browser:</p> <p>{{ url }}</p> <p> <b>Important:</b><br> This password reset link is valid for a limited time only.<br> If you did not request a password reset, you can safely ignore this email and your password will remain unchanged. </p> <hr> <p style="font-size: 12px; color: #777777;">{{ _appName }} - {{ _appSlogan }}</p> </body> </html>