[PR #315] [MERGED] feat: account settings #107565

Closed
opened 2026-05-18 06:27:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/315
Author: @tjbck
Created: 12/29/2023
Status: Merged
Merged: 12/29/2023
Merged by: @tjbck

Base: mainHead: account-settings


📝 Commits (6)

  • 136eb18 feat: account settings
  • 450b9b6 Merge branch 'main' into account-settings
  • 9bd48ff feat: change password support
  • d8bb19f feat: change password frontend added
  • 500f61b chore: update password refac
  • d5bc54b fix: update password

📊 Changes

5 files changed (+190 additions, -1 deletions)

View changed files

📝 backend/apps/web/models/auths.py (+15 -1)
📝 backend/apps/web/routers/auths.py (+23 -0)
📝 backend/constants.py (+3 -0)
📝 src/lib/apis/auths/index.ts (+31 -0)
📝 src/lib/components/chat/SettingsModal.svelte (+118 -0)

📄 Description

No description provided


🔄 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/315 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 12/29/2023 **Status:** ✅ Merged **Merged:** 12/29/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `account-settings` --- ### 📝 Commits (6) - [`136eb18`](https://github.com/open-webui/open-webui/commit/136eb18fb0be488cf0ffadee4b65ba6bdd73c613) feat: account settings - [`450b9b6`](https://github.com/open-webui/open-webui/commit/450b9b6aefa7655afdb06f83d1ccb0929f80eebd) Merge branch 'main' into account-settings - [`9bd48ff`](https://github.com/open-webui/open-webui/commit/9bd48ffd9361f386b49820c0b1b4b292d93caa7b) feat: change password support - [`d8bb19f`](https://github.com/open-webui/open-webui/commit/d8bb19fd8ad962ec290388c6e7116bbfb1745971) feat: change password frontend added - [`500f61b`](https://github.com/open-webui/open-webui/commit/500f61b7ee9abc528be14d91dad959c59b030765) chore: update password refac - [`d5bc54b`](https://github.com/open-webui/open-webui/commit/d5bc54b8f8561cbab40b4e5c759a8a006df669e6) fix: update password ### 📊 Changes **5 files changed** (+190 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/web/models/auths.py` (+15 -1) 📝 `backend/apps/web/routers/auths.py` (+23 -0) 📝 `backend/constants.py` (+3 -0) 📝 `src/lib/apis/auths/index.ts` (+31 -0) 📝 `src/lib/components/chat/SettingsModal.svelte` (+118 -0) </details> ### 📄 Description _No description provided_ --- <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 2026-05-18 06:27:25 -05: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#107565