diff options
Diffstat (limited to 'app/views/devise/mailer/unlock_instructions.html.erb')
-rw-r--r-- | app/views/devise/mailer/unlock_instructions.html.erb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/devise/mailer/unlock_instructions.html.erb b/app/views/devise/mailer/unlock_instructions.html.erb new file mode 100644 index 0000000..41e148b --- /dev/null +++ b/app/views/devise/mailer/unlock_instructions.html.erb | |||
@@ -0,0 +1,7 @@ | |||
1 | <p>Hello <%= @resource.email %>!</p> | ||
2 | |||
3 | <p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p> | ||
4 | |||
5 | <p>Click the link below to unlock your account:</p> | ||
6 | |||
7 | <p><%= link_to 'Unlock my account', unlock_url(@resource, unlock_token: @token) %></p> | ||