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

Introduce an Email type that handles capitalization. #216

Merged
merged 1 commit into from
Jun 8, 2022
Merged

Conversation

ro-tex
Copy link
Contributor

@ro-tex ro-tex commented Jun 3, 2022

PULL REQUEST

Overview

Having case-sensitive emails in accounts leads to duplicated emails and various other issues such as people not using the right capitalization of their emails and therefore being unable to log in. We need to fix that ASAP.

The main change is in types/email.go and the rest is adjusting existing calls.

Example for Visual Changes

Checklist

  • All git commits are signed. (REQUIRED)
  • All new methods or updated methods have clear docstrings.
  • Testing added or updated for new methods.
  • Verified if any changes impact the WebPortal Health Checks.
  • Appropriate documentation updated.
  • Changelog file created.

Issues Closed

Closes SKY-793

@ro-tex ro-tex requested review from ChrisSchinnerl and MSevey June 3, 2022 14:29
@ro-tex ro-tex self-assigned this Jun 3, 2022
@linear
Copy link

linear bot commented Jun 3, 2022

SKY-793 Case-insensitive emails

Having case-sensitive emails in accounts leads to duplicated emails and various other issues such as people not using the right capitalisation of their emails and therefore being unable to log in. We need to fix that ASAP.

@ro-tex ro-tex enabled auto-merge June 3, 2022 14:30
@ro-tex ro-tex merged commit ad51e76 into main Jun 8, 2022
@ro-tex ro-tex deleted the ivo/email_type branch June 8, 2022 13: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.

3 participants