mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
<p>Hello <%= @resource.email %>!</p>
|
|
|
|
<p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p>
|
|
|
|
<p>Click the link below to unlock your account:</p>
|
|
|
|
<p>
|
|
<%= link_to 'Unlock my account',
|
|
add_subdomain_to(method(:unlock_url), @resource, { unlock_token: @token })
|
|
%>
|
|
</p>
|