[PR #400] [MERGED] feat: edit user support #7105

Closed
opened 2025-11-11 17:16:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/400
Author: @tjbck
Created: 1/6/2024
Status: Merged
Merged: 1/6/2024
Merged by: @tjbck

Base: mainHead: edit-user


📝 Commits (1)

📊 Changes

9 files changed (+371 additions, -43 deletions)

View changed files

📝 backend/apps/web/models/auths.py (+17 -16)
📝 backend/apps/web/models/users.py (+24 -11)
📝 backend/apps/web/routers/users.py (+45 -14)
📝 package-lock.json (+11 -0)
📝 package.json (+1 -0)
📝 src/lib/apis/users/index.ts (+40 -0)
src/lib/components/admin/EditUserModal.svelte (+172 -0)
📝 src/lib/components/common/Modal.svelte (+13 -1)
📝 src/routes/(app)/admin/+page.svelte (+48 -1)

📄 Description

Resolves #390


🔄 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/open-webui/open-webui/pull/400 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 1/6/2024 **Status:** ✅ Merged **Merged:** 1/6/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `edit-user` --- ### 📝 Commits (1) - [`fb0c643`](https://github.com/open-webui/open-webui/commit/fb0c64379d086fd2c0d3e95e48f35dbda1ef114a) feat: edit user support ### 📊 Changes **9 files changed** (+371 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/web/models/auths.py` (+17 -16) 📝 `backend/apps/web/models/users.py` (+24 -11) 📝 `backend/apps/web/routers/users.py` (+45 -14) 📝 `package-lock.json` (+11 -0) 📝 `package.json` (+1 -0) 📝 `src/lib/apis/users/index.ts` (+40 -0) ➕ `src/lib/components/admin/EditUserModal.svelte` (+172 -0) 📝 `src/lib/components/common/Modal.svelte` (+13 -1) 📝 `src/routes/(app)/admin/+page.svelte` (+48 -1) </details> ### 📄 Description Resolves #390 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:16:47 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7105