diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-25 12:30:31 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-25 12:30:31 -0400 |
commit | 7e2e42379cb40a500eb8a236c05788eb3e84d141 (patch) | |
tree | 784dfe04f81b034889b96b5c251923da7e6f3a1e /app/views/devise/mailer/reset_password_instructions.html.erb | |
parent | 275218aeaf24d4f9d58589cf68ec6647f0a65050 (diff) | |
download | thoughts-7e2e42379cb40a500eb8a236c05788eb3e84d141.tar.gz thoughts-7e2e42379cb40a500eb8a236c05788eb3e84d141.tar.bz2 thoughts-7e2e42379cb40a500eb8a236c05788eb3e84d141.zip |
Added logging in and logging out
Diffstat (limited to 'app/views/devise/mailer/reset_password_instructions.html.erb')
-rw-r--r-- | app/views/devise/mailer/reset_password_instructions.html.erb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/devise/mailer/reset_password_instructions.html.erb b/app/views/devise/mailer/reset_password_instructions.html.erb new file mode 100644 index 0000000..f667dc1 --- /dev/null +++ b/app/views/devise/mailer/reset_password_instructions.html.erb | |||
@@ -0,0 +1,8 @@ | |||
1 | <p>Hello <%= @resource.email %>!</p> | ||
2 | |||
3 | <p>Someone has requested a link to change your password. You can do this through the link below.</p> | ||
4 | |||
5 | <p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p> | ||
6 | |||
7 | <p>If you didn't request this, please ignore this email.</p> | ||
8 | <p>Your password won't change until you access the link above and create a new one.</p> | ||