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

16 lines
521 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- content_for(:title, 'Réactivez votre compte')
%p
Bonjour,
%p
Quelquun a tenté de se connecter un grand nombre de fois sans succès à votre
compte #{@resource.email} sur #{APPLICATION_NAME}. Par mesure de précaution,
nous avons temporairement désactivé laccès à votre compte.
%p
Pour rétablir laccès à votre compte, veuillez utiliser le lien ci-dessous.
%p= link_to 'Déverrouiller mon compte', unlock_url(@resource, unlock_token: @token)
= render partial: "layouts/mailers/signature"