Initial commit
This commit is contained in:
15
app/views/user_mailer/password_reset.html.erb
Normal file
15
app/views/user_mailer/password_reset.html.erb
Normal file
@@ -0,0 +1,15 @@
|
||||
<p>
|
||||
Hello,
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To reset your password, please click on the following link:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<%= link_to "Reset Password", edit_password_reset_url(id: @user.password_reset_token, host: AppHost.new.domain_with_port) %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
- BiG Team
|
||||
</p>
|
||||
Reference in New Issue
Block a user