Skip to content

fix: case-insensitive email lookup for authentication#584

Merged
dricazenck merged 3 commits intomainfrom
feature/login-endpoint-fix
Apr 7, 2026
Merged

fix: case-insensitive email lookup for authentication#584
dricazenck merged 3 commits intomainfrom
feature/login-endpoint-fix

Conversation

@nora-weisser
Copy link
Copy Markdown
Contributor

Problem

Login was case-sensitive — admin@wcc.dev and Admin@wcc.dev were treated as different accounts, causing 401 for users who registered or were seeded with a different email casing than what they typed at login.

Change Type

  • Bug Fix

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
platform-admin Ignored Ignored Mar 25, 2026 8:42pm

Comment thread src/main/java/com/wcc/platform/service/AuthService.java
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 2, 2026

@dricazenck dricazenck merged commit 7a7ee43 into main Apr 7, 2026
8 checks passed
@dricazenck dricazenck deleted the feature/login-endpoint-fix branch April 7, 2026 20:11
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