debian-mirror-gitlab/app/views/notify/ssh_key_expired_email.text.erb

10 lines
367 B
Text
Raw Normal View History

2021-04-29 21:17:54 +05:30
<%= _('Hi %{username}!') % { username: sanitize_name(@user.name) } %>
2021-09-04 01:27:46 +05:30
<%= _('SSH keys with the following fingerprints have expired and can no longer be used:') %>
2021-04-29 21:17:54 +05:30
<% @fingerprints.each do |fingerprint| %>
- <%= fingerprint %>
<% end %>
<%= _('You can create a new one or check them in your SSH keys settings %{ssh_key_link}.') % { ssh_key_link: @target_url } %>