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

feat(API): permissive email check in login, reset & verification #6648

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Oct 2, 2024

  1. feat(API): permissive email check in reset & verification

    In order to not force users to be case sensitive when asking for
    password reset or resend email verification. When there's multiple
    emails where the only difference in the local is the capitalized
    letters, in those cases the users has to be case sensitive.
    
    closes Chocobozzz#6570
    kontrollanten committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    714d9c4 View commit details
    Browse the repository at this point in the history
  2. feat(API/login): permissive email handling

    Allow case insensitive email when there's no other candidate.
    
    closes Chocobozzz#6570
    kontrollanten committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5e44b71 View commit details
    Browse the repository at this point in the history