|
@@ -1,9 +1,11 @@
|
1
|
|
-Hallo <%= @user.person.first_name %>,
|
|
1
|
+Hello <%= @user.person.first_name %>,
|
2
|
2
|
|
3
|
|
-Er is een verzoek binnengekomen om je wachtwoord opnieuw in te stellen.
|
4
|
|
-Als jij dit hebt gedaan, open dan deze link:
|
|
3
|
+You (or someone pretending to be you) have requested to reset your password.
|
|
4
|
+If this was you, please open the following link:
|
5
|
5
|
|
6
|
|
-Als je dit niet was kan je deze mail negeren.
|
|
6
|
+<%= reset_password_url(token: @token.token) %>
|
|
7
|
+
|
|
8
|
+This link will expire at <%= @token.expires %>, and is usable only once.
|
|
9
|
+If you did not request this password reset, ignore this message.
|
7
|
10
|
|
8
|
|
-Doei,
|
9
|
11
|
Aardbei
|