Initial commit
This commit is contained in:
7
app/views/user_mailer/password_reset.text.erb
Normal file
7
app/views/user_mailer/password_reset.text.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
Hello,
|
||||
|
||||
To reset your password, please paste the following link into your browser:
|
||||
|
||||
<%= edit_password_reset_url(id: @user.password_reset_token, host: AppHost.new.domain_with_port) %>
|
||||
|
||||
- BiG Team
|
||||
Reference in New Issue
Block a user