lib/generators/authentication/templates/views/password_mailer/reset.text.erb.tt in authentication-zero-0.0.9 vs lib/generators/authentication/templates/views/password_mailer/reset.text.erb.tt in authentication-zero-0.0.10

- old
+ new

@@ -1,8 +1,9 @@ -Hello <%%= params[:<%= singular_table_name %>].email %> +Hey there, -Someone has requested a link to change your password, and you can do this through the link below. +Can’t remember your password for <%%= params[:<%= singular_table_name %>].email %>? That’s OK, it happens. Just hit the link below to set a new one. -[Change my password]<%%= password_reset_edit_url(token: @token) %> +[Reset my password]<%%= password_reset_edit_url(token: @token) %> -If you didn't request this, please ignore this email. -Your password won't change until you access the link above and create a new one. +If you did not request a password reset you can safely ignore this email, it expires in 20 minutes. Only someone with access to this email account can reset your password. + +Have questions or need help? Just reply to this email and our support team will help you sort it out.