Sha256: 7567077e5a55d2c05e141a6aee899cb20f3ea1b02e72b2db3a26201449a3dd2b
Contents?: true
Size: 593 Bytes
Versions: 3
Compression:
Stored size: 593 Bytes
Contents
<p><%= t('devise.mailer.unlock_instructions.greeting', :recepient => @resource.email, :default => "Hello #{@resource.email}!") %></p> <p><%= t('devise.mailer.unlock_instructions.message', :default => "Your account has been locked due to an excessive amount of unsuccessful sign in attempts.") %></p> <p><%= t('devise.mailer.unlock_instructions.instruction', :default => "Click the link below to unlock your account:") %></p> <p><%= link_to t('devise.mailer.unlock_instructions.action', :default => "Unlock my account"), unlock_url(@resource, :unlock_token => @resource.unlock_token) %></p>
Version data entries
3 entries across 3 versions & 1 rubygems