[PR #1186] [MERGED] feat(server,web): update email address #8942

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1186
Author: @jrasm91
Created: 12/27/2022
Status: Merged
Merged: 12/27/2022
Merged by: @alextran1502

Base: mainHead: feature/change-email


📝 Commits (2)

📊 Changes

10 files changed (+72 additions, -9 deletions)

View changed files

📝 mobile/openapi/doc/UpdateUserDto.md (+1 -0)
📝 mobile/openapi/lib/model/update_user_dto.dart (+18 -1)
📝 mobile/openapi/test/update_user_dto_test.dart (+5 -0)
📝 server/apps/immich/src/api-v1/user/dto/update-user.dto.ts (+5 -1)
📝 server/apps/immich/src/api-v1/user/user.core.ts (+7 -0)
📝 server/apps/immich/src/api-v1/user/user.service.spec.ts (+22 -0)
📝 server/immich-openapi-specs.json (+3 -0)
📝 web/src/api/open-api/api.ts (+6 -0)
📝 web/src/lib/components/admin-page/settings/setting-input-field.svelte (+1 -0)
📝 web/src/lib/components/user-settings-page/user-profile-settings.svelte (+4 -7)

📄 Description

This PR adds the ability for a user to update their email address from their user profile page (previously readonly).

Fixes #1142.

image


🔄 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/1186 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 12/27/2022 **Status:** ✅ Merged **Merged:** 12/27/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feature/change-email` --- ### 📝 Commits (2) - [`bed6016`](https://github.com/immich-app/immich/commit/bed6016ba8553d3048a785d3b8497cdb24896330) feat: change email - [`e930435`](https://github.com/immich-app/immich/commit/e9304350a9eda2f22d5472b0b502885cdffa8bb7) test: change email ### 📊 Changes **10 files changed** (+72 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `mobile/openapi/doc/UpdateUserDto.md` (+1 -0) 📝 `mobile/openapi/lib/model/update_user_dto.dart` (+18 -1) 📝 `mobile/openapi/test/update_user_dto_test.dart` (+5 -0) 📝 `server/apps/immich/src/api-v1/user/dto/update-user.dto.ts` (+5 -1) 📝 `server/apps/immich/src/api-v1/user/user.core.ts` (+7 -0) 📝 `server/apps/immich/src/api-v1/user/user.service.spec.ts` (+22 -0) 📝 `server/immich-openapi-specs.json` (+3 -0) 📝 `web/src/api/open-api/api.ts` (+6 -0) 📝 `web/src/lib/components/admin-page/settings/setting-input-field.svelte` (+1 -0) 📝 `web/src/lib/components/user-settings-page/user-profile-settings.svelte` (+4 -7) </details> ### 📄 Description This PR adds the ability for a user to update their email address from their user profile page (previously readonly). Fixes #1142. ![image](https://user-images.githubusercontent.com/4334196/209610927-1d3cd467-ce57-43e6-8bad-aec7c0a4eae2.png) --- <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:55:52 +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#8942