ODM2 / ODM2DataSharingPortal

A Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites via the app's ODM2 database. Data can either be automatically streamed from Internet of Things (IoT) devices, manually uploaded via CSV files, or manually entered into forms.
BSD 3-Clause "New" or "Revised" License
31 stars 8 forks source link

Improve Cognito verification email #636

Closed aufdenkampe closed 1 year ago

aufdenkampe commented 1 year ago

Presently, the email I got was this:

From: no-reply@verificationemail.com no-reply@verificationemail.com Date: Monday, December 5, 2022 at 1:44 PM To: Anthony Aufdenkampe aaufdenkampe@limno.com Subject: Your verification code Your password reset code is 039126

We want to add some identifying info here for "Monitor My Watershed".

ptomasula commented 1 year ago

@aufdenkampe

I modified the message settings from Cognito's default.

Subject: Monitor My Watershed - Password Reset Body The verification code to reset the password on your Monitor My Watershed account is: ######

Let me know if you want any tweaks to the language.

aufdenkampe commented 1 year ago

@ptomasula, looks good to me!