From 0b308a9af4d8ecc692cea76ca1994068d00cec72 Mon Sep 17 00:00:00 2001 From: Alexander Feng Date: Mon, 16 Jul 2018 15:18:00 -0700 Subject: [PATCH] Forgot password displays better instructions --- amgut/lib/locale_data/american_gut.py | 2 +- amgut/lib/locale_data/british_gut.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amgut/lib/locale_data/american_gut.py b/amgut/lib/locale_data/american_gut.py index 5a3c8e03..82b8a378 100644 --- a/amgut/lib/locale_data/american_gut.py +++ b/amgut/lib/locale_data/american_gut.py @@ -813,7 +813,7 @@ _FORGOT_PASSWORD = {'ENTER_ID_EMAIL': 'Enter your Kit ID and email', 'KIT_ID': 'Kit ID:', 'EMAIL': 'E-mail', - 'EMAIL_RESET_PASSWORD': 'You will receive an email shortly with instructions to reset your password. Please check your email because you need to reset your password within two hours.', + 'EMAIL_RESET_PASSWORD': 'You will receive an email shortly with instructions to reset your password. Please check your email because you need to reset your password within two hours. If you are unable to find the email within 5 minutes, you may need to check your spam folder.

Additionally, attempting to access the email\'s link through your mobile device will not work and you will unfortunately have to use a computer.

', 'EMAIL_FAILED': '

There was a problem sending you the password reset code. Please contact us directly at %(help_email)s.

Email contained:

' % {'help_email': media_locale['HELP_EMAIL']}, 'NO_RECORD': '

This information does not match our records

Please email directly for further assistance

' % {'help_email': media_locale['HELP_EMAIL']}, 'SEND_EMAIL': 'Send email'} diff --git a/amgut/lib/locale_data/british_gut.py b/amgut/lib/locale_data/british_gut.py index 2e827506..39649875 100644 --- a/amgut/lib/locale_data/british_gut.py +++ b/amgut/lib/locale_data/british_gut.py @@ -738,7 +738,7 @@ _FORGOT_PASSWORD = { 'EMAIL_FAILED': '

There was a problem sending you the password reset code. Please contact us directly at %(help_email)s.

Email contained:

' % {'help_email': media_locale['HELP_EMAIL']}, - 'EMAIL_RESET_PASSWORD': "You will receive an email shortly with instructions to reset your password. Please check your email because you need to reset your password within two hours.", + 'EMAIL_RESET_PASSWORD': 'You will receive an email shortly with instructions to reset your password. Please check your email because you need to reset your password within two hours. If you are unable to find the email within 5 minutes, you may need to check your spam folder.

Additionally, attempting to access the email\'s link through your mobile device will not work and you will unfortunately have to use a computer.

', 'KIT_ID': "Kit ID:", 'ENTER_ID_EMAIL': "Enter your Kit ID and email", 'NO_RECORD': '

This information does not match our records

Please email directly for further assistance

',