mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #17136] [CLOSED] feat: Add endpoint and button for own account deletion #39963
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/17136
Author: @garylab
Created: 9/2/2025
Status: ❌ Closed
Base:
dev← Head:feature/own-account-delete📝 Commits (8)
d63e358Add own account deletion0da6070Remove own account for both auths and users tableb7ee624Add logic to remove users actual datacf4f56bMerge branch 'dev' into feature/own-account-delete8c4260afix: apply prettier formatting to Account.svelte6f72c2ffix: apply ESLint auto-fixes and formatting4944b56Apply formatting and i18n updates6661e4etrigger pipeline📊 Changes
65 files changed (+402 additions, -11 deletions)
View changed files
📝
backend/open_webui/routers/users.py(+27 -0)📝
src/lib/apis/files/index.ts(+2 -2)📝
src/lib/apis/users/index.ts(+27 -0)📝
src/lib/components/admin/Settings/Models.svelte(+2 -2)📝
src/lib/components/chat/MessageInput/CallOverlay.svelte(+1 -1)📝
src/lib/components/chat/Settings/Account.svelte(+56 -2)📝
src/lib/components/chat/Settings/Audio.svelte(+1 -1)📝
src/lib/i18n/locales/ar-BH/translation.json(+5 -0)📝
src/lib/i18n/locales/ar/translation.json(+5 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+5 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+5 -0)📝
src/lib/i18n/locales/bo-TB/translation.json(+5 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+5 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+5 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+5 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+5 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+6 -2)📝
src/lib/i18n/locales/dg-DG/translation.json(+5 -0)📝
src/lib/i18n/locales/el-GR/translation.json(+5 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+5 -0)...and 45 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.