[PR #458] [MERGED] Edit user on the web #8623

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

📋 Pull Request Information

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

Base: mainHead: 220-feature-edit-user-on-the-web


📝 Commits (6)

  • 5caada6 Added dispatch event for edit user
  • 3921d89 Fixed import location
  • 29fc1f5 Solve merge conflict
  • 70a97e4 solve merge conflict
  • 49abea4 Fixed issue not admin user can access admin page
  • c19be08 Implemented edit user and password reset

📊 Changes

8 files changed (+599 additions, -419 deletions)

View changed files

📝 Makefile (+3 -0)
📝 web/src/app.css (+56 -55)
📝 web/src/lib/components/admin-page/user-management.svelte (+4 -1)
📝 web/src/lib/components/forms/create-user-form.svelte (+118 -118)
web/src/lib/components/forms/edit-user-form.svelte (+103 -0)
📝 web/src/routes/admin/index.svelte (+166 -99)
📝 web/src/routes/index.svelte (+45 -43)
📝 web/src/routes/sharing/index.svelte (+104 -103)

📄 Description

  • Edit user's first name and last name
  • Reset password

🔄 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/458 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 8/12/2022 **Status:** ✅ Merged **Merged:** 8/12/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `220-feature-edit-user-on-the-web` --- ### 📝 Commits (6) - [`5caada6`](https://github.com/immich-app/immich/commit/5caada63d2889f08e811c02550a276d2cfc219f2) Added dispatch event for edit user - [`3921d89`](https://github.com/immich-app/immich/commit/3921d8983755a585d661e5d0405474ada8d6b598) Fixed import location - [`29fc1f5`](https://github.com/immich-app/immich/commit/29fc1f53dd226f6b300850bc8bd2e11877d35b03) Solve merge conflict - [`70a97e4`](https://github.com/immich-app/immich/commit/70a97e4b4fb88dad1c14e7e974d25992c4ddb075) solve merge conflict - [`49abea4`](https://github.com/immich-app/immich/commit/49abea467506474c68048a49f4a5e2fcc5e019f6) Fixed issue not admin user can access admin page - [`c19be08`](https://github.com/immich-app/immich/commit/c19be0880312156f696d77cdd5273d4363f194c4) Implemented edit user and password reset ### 📊 Changes **8 files changed** (+599 additions, -419 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+3 -0) 📝 `web/src/app.css` (+56 -55) 📝 `web/src/lib/components/admin-page/user-management.svelte` (+4 -1) 📝 `web/src/lib/components/forms/create-user-form.svelte` (+118 -118) ➕ `web/src/lib/components/forms/edit-user-form.svelte` (+103 -0) 📝 `web/src/routes/admin/index.svelte` (+166 -99) 📝 `web/src/routes/index.svelte` (+45 -43) 📝 `web/src/routes/sharing/index.svelte` (+104 -103) </details> ### 📄 Description * Edit user's first name and last name * Reset password --- <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:28 +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#8623