summaryrefslogtreecommitdiff
path: root/app/views/notify/two_factor_otp_attempt_failed_email.text.haml
blob: 8f839cd83ee609c9dd99175402a7370ae79b309d (plain)
1
2
3
4
5
6
7
= _('Hi %{username}!') % { username: sanitize_name(@user.name) }

= _('We detected an attempt to sign in to your %{host} account using a wrong two-factor authentication code, from the following IP address: %{ip}, at %{time}') % { host: Gitlab.config.gitlab.host, ip: @ip, time: @time }

= _('If you recently tried to sign in, but mistakenly entered a wrong two-factor authentication code, you may ignore this email.')
= _('If you did not recently try to sign in, you should immediately change your password: %{password_link}.') % { password_link: 'https://docs.gitlab.com/ee/user/profile/user_passwords.html#change-your-password' }
= _('Make sure you choose a strong, unique password.')