From 995446a82ef694e0705e94effb494812e0b3ae9f Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 19 Apr 2017 11:29:42 -0300 Subject: [#927] Adds headers to recovery code email template with @deniscostadsc --- service/pixelated/assets/recovery.mail.en-US | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'service/pixelated/assets/recovery.mail.en-US') diff --git a/service/pixelated/assets/recovery.mail.en-US b/service/pixelated/assets/recovery.mail.en-US index d17f8a28..8e12c55d 100644 --- a/service/pixelated/assets/recovery.mail.en-US +++ b/service/pixelated/assets/recovery.mail.en-US @@ -1,3 +1,9 @@ +From: {sender} +Date: {date} +Subject: Recovery Code +To: {backup_email} +Content-Type: text/plain; charset=UTF-8 + Hello, You are receiving this email because you registered at a Pixelated provider, on {domain}. -- cgit v1.2.3 From d2c13c6f8535418b7c90d1f0d75fe88b2c68dd85 Mon Sep 17 00:00:00 2001 From: Denis Costa Date: Wed, 19 Apr 2017 16:52:02 -0300 Subject: [#927] Removes recovery url from email @anikarni --- service/pixelated/assets/recovery.mail.en-US | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'service/pixelated/assets/recovery.mail.en-US') diff --git a/service/pixelated/assets/recovery.mail.en-US b/service/pixelated/assets/recovery.mail.en-US index 8e12c55d..a2e5b1e8 100644 --- a/service/pixelated/assets/recovery.mail.en-US +++ b/service/pixelated/assets/recovery.mail.en-US @@ -1,13 +1,13 @@ From: {sender} Date: {date} -Subject: Recovery Code +Subject: Recovery Code for {domain} To: {backup_email} Content-Type: text/plain; charset=UTF-8 Hello, -You are receiving this email because you registered at a Pixelated provider, on {domain}. -In case you ever forget your password, you can access this link {account_recovery_url} and put the following recovery code: +You are receiving this email because you registered at a Pixelated provider, on https://{domain}. +In case you ever forget your password use the following recovery code: {recovery_code} @@ -23,4 +23,4 @@ This code is half of a big code to recover your account, the other half is with You will only succeed if you have both codes, so, never hurts to ask again: SAVE THIS CODE! -PS: If you didn't create an account at {domain}, please ignore this email. +PS: If you didn't create an account at https://{domain}, please ignore this email. -- cgit v1.2.3 From 496783ff4c7af8381edec09668c07a1d5f64f8bc Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 19 Apr 2017 17:23:20 -0300 Subject: [#927] Improves recovery email template with @deniscostadsc --- service/pixelated/assets/recovery.mail.en-US | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'service/pixelated/assets/recovery.mail.en-US') diff --git a/service/pixelated/assets/recovery.mail.en-US b/service/pixelated/assets/recovery.mail.en-US index a2e5b1e8..e7a09f1b 100644 --- a/service/pixelated/assets/recovery.mail.en-US +++ b/service/pixelated/assets/recovery.mail.en-US @@ -6,21 +6,23 @@ Content-Type: text/plain; charset=UTF-8 Hello, -You are receiving this email because you registered at a Pixelated provider, on https://{domain}. -In case you ever forget your password use the following recovery code: +You are receiving this message because you registered an email account at https://{domain}. +If you ever forget your password, you'll need the code below to recover it. Save it! It is the only way to access to your account again. {recovery_code} -This code is the only way to recover access to your account in case you lose your password. -Be careful and keep it safe!!! +Save this message or write this code in a safe place. +-- Why is this so important? -Pixelated is an email client that respects your privacy and uses PGP Encryption to do so. -Your password also gives you access to your keys, so if you forget it you will lose access to your account and the ability to decrypt your messages. -We understand that forgetting passwords is a common thing, so we developed a more secure way to recover access to your account, therefore, a little bit more annoying ;) -This code is half of a big code to recover your account, the other half is with the account administrator. In case you forget your password, use this code and your administrator code to recover access to your account. It's like those locks with two keys :) -You will only succeed if you have both codes, so, never hurts to ask again: SAVE THIS CODE! +Pixelated is an email client that respects your privacy and uses PGP Encryption to do so. Your password also gives you access to your keys, so if you forget it you will lose access to your account and the ability to read your messages. +Forgetting passwords is a common thing, so we developed a more secure way to recover access to your account. + +1) This code is half of a big code to recover your account. +2) The other half is with the account administrator. +3) In case you forget your password, use this code and your administrator code to recover access to your account. It's like those locks with two keys :) + PS: If you didn't create an account at https://{domain}, please ignore this email. -- cgit v1.2.3