mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-23 16:33:28 +00:00
3263a84c51
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
12 lines
513 B
Elixir
12 lines
513 B
Elixir
<%= gettext "Password reset" %>
|
|
|
|
==
|
|
|
|
<%= gettext "You requested a new password for your account on %{instance}.", instance: @instance[:name] %>
|
|
|
|
<%= gettext "Resetting your password is easy. Just click the link below and follow the instructions. We'll have you up and running in no time." %>
|
|
|
|
<%= Mobilizon.Web.Endpoint.url() <> "/password-reset/#{@token}" %>
|
|
|
|
|
|
<%= gettext "If you didn't trigger the change yourself, please ignore this message. Your password won't be changed until you click the link above." %>
|