[PR #470] [MERGED] Fixed different lettercases in email create different user #8628

Closed
opened 2026-02-05 13:50:32 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/470
Author: @alextran1502
Created: 8/16/2022
Status: Merged
Merged: 8/16/2022
Merged by: @alextran1502

Base: mainHead: 465-bug-different-users-created-by-lettercase


📝 Commits (2)

  • 0a91775 Fixed different lettercases in email create different user
  • 091fa3c Fixed test

📊 Changes

5 files changed (+14 additions, -5 deletions)

View changed files

📝 server/apps/immich/src/api-v1/auth/auth.controller.ts (+5 -4)
📝 server/apps/immich/src/api-v1/auth/dto/login-credential.dto.ts (+2 -0)
📝 server/apps/immich/src/api-v1/auth/dto/sign-up.dto.ts (+2 -0)
📝 server/apps/immich/src/api-v1/user/dto/create-user.dto.ts (+2 -0)
📝 server/apps/immich/src/api-v1/user/user.controller.ts (+3 -1)

📄 Description

Fixed #465


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/470 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 8/16/2022 **Status:** ✅ Merged **Merged:** 8/16/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `465-bug-different-users-created-by-lettercase` --- ### 📝 Commits (2) - [`0a91775`](https://github.com/immich-app/immich/commit/0a91775ff36462faa86ece23aa8d8e949732dc52) Fixed different lettercases in email create different user - [`091fa3c`](https://github.com/immich-app/immich/commit/091fa3ce53c0b6da9e8ac7c97ae9bf19e342253f) Fixed test ### 📊 Changes **5 files changed** (+14 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/immich/src/api-v1/auth/auth.controller.ts` (+5 -4) 📝 `server/apps/immich/src/api-v1/auth/dto/login-credential.dto.ts` (+2 -0) 📝 `server/apps/immich/src/api-v1/auth/dto/sign-up.dto.ts` (+2 -0) 📝 `server/apps/immich/src/api-v1/user/dto/create-user.dto.ts` (+2 -0) 📝 `server/apps/immich/src/api-v1/user/user.controller.ts` (+3 -1) </details> ### 📄 Description Fixed #465 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:50:32 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8628