GSA / enterprise-data-inventory

The Enterprise Data Inventory is a CKAN based data management system for private and public data management
7 stars 5 forks source link

Password reset email has no from address #155

Closed philipashlock closed 9 years ago

philipashlock commented 9 years ago

It doesn't look like an email address is associated with CKAN when a password reset email is sent. This is likely responsible for some people not receiving these emails. Here's a header from one of these emails:

Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Subject: =?utf-8?q?Reset_your_password?=
From: Inventory.data.gov <None>
To: Phil Ashlock <redacted@gsa.gov>
Date: Mon, 24 Nov 2014 18:25:07 -0000
X-Mailer: CKAN 2.2
ykhadilkar commented 9 years ago

Yea I also noticed this sometime back. Will update production.ini file to have "no-reply@inventory.data.gov" as from address. This will get deployed as part of upcoming Release 1.23 on December 2.

kvuppala commented 9 years ago

Fixed, from email is now set as Inventory.data.gov no-reply@inventory.data.gov to make sure emails are delivered.