Sha256: 261b25c7b5a1cd66ded73e58329dd912c4c1c9dfceb5aff43aaebb0ac44c536a

Contents?: true

Size: 924 Bytes

Versions: 3

Compression:

Stored size: 924 Bytes

Contents

<!--

        @File Name                            :reset_password_instructions.html.erb

	@Company Name                         :Mindfire Solutions Pvt. Ltd.

	@Creator Name                         :Indranil Mukherjee

	@Date Created                         :2012-06-04

        @Date Modified                        :2012-06-14

        @Last Modification Details            :Making it as mcms project standard

        @Purpose                              :Reset password instruction page

-->

<p>Hello <%= @resource.email %>!</p>

<p>Someone has requested a link to change your password, and you can do this through the link below.</p>

<p><%= link_to 'Change my password', edit_password_url(@resource, :reset_password_token => @resource.reset_password_token) %></p>

<p>If you didn't request this, please ignore this email.</p>
<p>Your password won't change until you access the link above and create a new one.</p>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mcms_authentication-1.0.0 app/views/users/mailer/reset_password_instructions.html.erb
mcms_authentication-0.0.3 app/views/users/mailer/reset_password_instructions.html.erb
mcms_authentication-0.0.2 app/views/users/mailer/reset_password_instructions.html.erb