mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #13038] [CLOSED] feat: add user introduction text #46128
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/13038
Author: @hurxxxx
Created: 4/18/2025
Status: ❌ Closed
Base:
dev← Head:feat/user-introduction📝 Commits (2)
b06ae84feat: add user introduction textd1792c4Merge branch 'dev' into feat/user-introduction📊 Changes
56 files changed (+134 additions, -4 deletions)
View changed files
📝
backend/open_webui/models/auths.py(+2 -0)📝
backend/open_webui/routers/auths.py(+10 -1)📝
src/lib/apis/auths/index.ts(+3 -2)📝
src/lib/components/chat/Settings/Account.svelte(+15 -1)📝
src/lib/i18n/locales/ar-BH/translation.json(+2 -0)📝
src/lib/i18n/locales/ar/translation.json(+2 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+2 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+2 -0)📝
src/lib/i18n/locales/bo-TB/translation.json(+2 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+2 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+2 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+2 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+2 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+2 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+2 -0)📝
src/lib/i18n/locales/el-GR/translation.json(+2 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+2 -0)📝
src/lib/i18n/locales/en-US/translation.json(+2 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+2 -0)📝
src/lib/i18n/locales/et-EE/translation.json(+2 -0)...and 36 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
This PR adds a simple "Introduction" field to the user profile.
While it's a minor feature, there seems to be some unexpected demand for it, so I thought it might be worth contributing.
If you feel it’s not necessary, feel free to close the PR.
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.