ioos / ckanext-ioos-theme

IOOS Catalog as a CKAN extension
GNU Affero General Public License v3.0
7 stars 14 forks source link

Password Reset emails don't contain valid URL #114

Closed lukecampbell closed 7 years ago

lukecampbell commented 7 years ago

The email, like the one below:

Dear lcampbell,

You have requested your password on IOOS Catalog to be reset.

Please click the following link to confirm this request:

   /user/reset/34bf1559-0cbf-4e36-86c7-470ea8f80cb5?key=abc1234

Have a nice day.

--
Message sent by IOOS Catalog (https://dev-catalog.ioos.us)

Doesn't concatenate the full valid URL.

I suspect something is wrong here:

https://github.com/lukecampbell/ckan/blob/54fd9aff2ee091995c8693d7da6ed0049b804ef3/ckan/lib/mailer.py#L137-L143

lukecampbell commented 7 years ago

Follow up from #110