13
app/templates/emails/unable_to_find_account.html
Normal file
13
app/templates/emails/unable_to_find_account.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<p>
|
||||
{{ _("We were unable to perform the password reset as we could not find an account associated with this email.") }}
|
||||
</p>
|
||||
<p>
|
||||
{{ _("This may be because you used another email with your account, or because you never confirmed your email.") }}
|
||||
</p>
|
||||
<p>
|
||||
{{ _("You can use GitHub to log in if it is associated with your account.") }}
|
||||
{{ _("Otherwise, you may need to contact rubenwardy for help.") }}
|
||||
</p>
|
||||
<p>
|
||||
{{ _("If you weren't expecting to receive this email, then you can safely ignore it.") }}
|
||||
</p>
|
||||
Reference in New Issue
Block a user