This reverts commitfb70dc8c99, reversing changes made to53fef63a9a. Conflicts: pkg/fedora/diaspora-setup pkg/ubuntu/diaspora-setup public/stylesheets/sass/application.sass spec/models/user/attack_vectors_spec.rb
6 lines
393 B
Text
6 lines
393 B
Text
%p
|
|
Hello #{@resource.email}!
|
|
%p Someone has requested a link to change your password, and you can do this through the link below.
|
|
%p= link_to 'Change my password', edit_password_url(@resource, :reset_password_token => @resource.reset_password_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.
|