demarches-normaliennes/app/views/devise_mailer/unlock_instructions.en.html.haml

15 lines
473 B
Text
Raw Normal View History

- content_for(:title, 'Reactivate account')
2021-08-26 12:40:20 +02:00
%p= t(:greeting, scope: [:layouts, :signature])
%p
Someone made too many unsuccessful attempts to connect to your account #{@resource.email} on #{APPLICATION_NAME}.
As a security measure, we temporarily locked access to your account.
%p
To unlock access to your account, select the following link:
%p= link_to 'Unlock account', unlock_url(@resource, unlock_token: @token)
= render partial: "layouts/mailers/signature"