mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #15885] [MERGED] feat: Add button (for admins) to export all users in DB as csv file #23972
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/15885
Author: @Classic298
Created: 7/20/2025
Status: ✅ Merged
Merged: 7/24/2025
Merged by: @tjbck
Base:
dev← Head:admin_export_user_csv📝 Commits (6)
5fbfe2bMerge pull request #15879 from open-webui/dev0d1b06dUpdate Database.svelte84f7a55remove slash74140eaUpdate Database.sveltea2aa68cUpdate Database.svelte3acd286Merge branch 'dev' into admin_export_user_csv📊 Changes
1 file changed (+50 additions, -0 deletions)
View changed files
📝
src/lib/components/admin/Settings/Database.svelte(+50 -0)📄 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
This discussion has raised the wish for such a feature: https://github.com/open-webui/open-webui/discussions/3640
This PR implements it
Added
id,name,email,roleChanged
/from dev.sh as the CORS_ALLOW_ORIGIN needs to be set without a slash at the endAdditional Information
PR was tested in my testing environment. Works as expected
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.