From 5f44d79cbde76097b0adc7ccd5f144d70a739341 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Sun, 3 Apr 2016 16:00:12 -0400 Subject: [PATCH] correct email comment --- alliance_auth/settings.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index 6b19d8b0..ea1616bf 100755 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -189,7 +189,7 @@ IS_CORP = 'True' == os.environ.get('AA_IS_CORP', 'True') # DOMAIN - The alliance auth domain_url # EMAIL_HOST - SMTP Server URL # EMAIL_PORT - SMTP Server PORT -# EMAIL_HOST_USER - Email Username (for gmail, the part before @gmail.com) +# EMAIL_HOST_USER - Email Username (for gmail, the entire address) # EMAIL_HOST_PASSWORD - Email Password # EMAIL_USE_TLS - Set to use TLS encryption #################