Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc improvements for user config lookup #11

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Conversation

Jimmyj30
Copy link
Contributor

@Jimmyj30 Jimmyj30 commented Jan 4, 2024

  • make emails case insensitive
  • bump version of email library
  • change name used in email template

Addresses #8, #9, #10

- make emails case insensitive
- bump version of email library
- change name used in email template
@Jimmyj30 Jimmyj30 requested a review from ben-z January 4, 2024 18:03
Copy link
Member

@ben-z ben-z left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -40,7 +40,7 @@ async def send_edit_link(email: Email, background_tasks: BackgroundTasks):
"We received your email address and will be sending you an edit"
" link shortly!"
)
email_address = email.email_address
email_address = email.email_address.lower()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to lower emails from the our data too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we end up doing that here:

contact_email = contact_email.lower()

@Jimmyj30 Jimmyj30 merged commit 8c516b1 into main Jan 4, 2024
@Jimmyj30 Jimmyj30 deleted the jimmy/misc-improvements branch April 6, 2024 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants