reset.password email

This commit is contained in:
lynguyen123123 2017-06-09 09:35:11 +03:00
parent c4dfe584ee
commit dfc581a2c2
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
%p
Hello #{@resource.name}!
Hello, #{@resource.name}!
%p Someone has requested a link to change your password. You can do this through the link below.
%p= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token)
%p If you didn't request this, please ignore this email.
%p Your password won't change until you access the link above and create a new one.
%p Sincerely,
%p WebDev Camp