From dd189164ef0b39132daafcbe5d163bc259ccec8e Mon Sep 17 00:00:00 2001 From: Denis Costa Date: Thu, 13 Apr 2017 16:39:30 -0300 Subject: [#927] Add recovery code mail template with @tuliocasagrande --- service/pixelated/assets/recovery.mail.en-US | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 service/pixelated/assets/recovery.mail.en-US (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 new file mode 100644 index 00000000..d14ca712 --- /dev/null +++ b/service/pixelated/assets/recovery.mail.en-US @@ -0,0 +1,20 @@ +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: + +{recovery_code} + +This code is they only way to recover access to your account in case you lose your password. +Be careful and keep it safe!!! + +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! + + +PS: If you didn't create an account at {domain}, please ignore this email. -- cgit v1.2.3 From 9a8585ea9419790d0067ccbe5bc6b49eaaa80810 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Tue, 18 Apr 2017 14:23:29 -0300 Subject: [#927] Fixes type in account recovery email with @deniscostadsc --- service/pixelated/assets/recovery.mail.en-US | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 d14ca712..d17f8a28 100644 --- a/service/pixelated/assets/recovery.mail.en-US +++ b/service/pixelated/assets/recovery.mail.en-US @@ -5,7 +5,7 @@ In case you ever forget your password, you can access this link {account_recover {recovery_code} -This code is they only way to recover access to your account in case you lose your password. +This code is the only way to recover access to your account in case you lose your password. Be careful and keep it safe!!! Why is this so important? -- cgit v1.2.3