[PR #14663] [CLOSED] Remove email dependency #46590

Closed
opened 2026-04-29 21:27:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/14663
Author: @EdwinB12
Created: 6/4/2025
Status: Closed

Base: mainHead: remove_email_dependency


📝 Commits (7)

  • 74c42b6 bb-explorer readme
  • d0ac592 Merge branch 'open-webui:main' into main
  • ce93316 Merge branch 'open-webui:main' into main
  • 9880d91 Remove Username and Add consent text
  • 4e678d4 Remove need to have a name and a username
  • 25e0f5a add docker compose
  • a1cf01a Update dockerfile

📊 Changes

8 files changed (+195 additions, -251 deletions)

View changed files

📝 README.md (+7 -0)
📝 backend/open_webui/models/auths.py (+3 -3)
📝 backend/open_webui/routers/auths.py (+82 -174)
📝 docker-compose.yaml (+10 -2)
📝 src/lib/apis/auths/index.ts (+1 -3)
📝 src/lib/components/admin/Users/UserList/AddUserModal.svelte (+10 -29)
📝 src/routes/auth/+page.svelte (+36 -40)
test_changes.py (+46 -0)

📄 Description

Removes need for an email


🔄 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/14663 **Author:** [@EdwinB12](https://github.com/EdwinB12) **Created:** 6/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `remove_email_dependency` --- ### 📝 Commits (7) - [`74c42b6`](https://github.com/open-webui/open-webui/commit/74c42b6c0e56f70b6ac35e17f498a93649e0bb17) bb-explorer readme - [`d0ac592`](https://github.com/open-webui/open-webui/commit/d0ac5927618efab2ea9337d648bd24ba6b8216f4) Merge branch 'open-webui:main' into main - [`ce93316`](https://github.com/open-webui/open-webui/commit/ce93316f507830b0a5360919fbc819cd6318ce11) Merge branch 'open-webui:main' into main - [`9880d91`](https://github.com/open-webui/open-webui/commit/9880d91d2f077b948ca74da53459d7e98cea1974) Remove Username and Add consent text - [`4e678d4`](https://github.com/open-webui/open-webui/commit/4e678d4f93fcd6411a92747264c85c4c4008a842) Remove need to have a name and a username - [`25e0f5a`](https://github.com/open-webui/open-webui/commit/25e0f5a793b5a99058c29de0304805a2d2807d07) add docker compose - [`a1cf01a`](https://github.com/open-webui/open-webui/commit/a1cf01a51b098459d0e4a8482c18c2f96b02f424) Update dockerfile ### 📊 Changes **8 files changed** (+195 additions, -251 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -0) 📝 `backend/open_webui/models/auths.py` (+3 -3) 📝 `backend/open_webui/routers/auths.py` (+82 -174) 📝 `docker-compose.yaml` (+10 -2) 📝 `src/lib/apis/auths/index.ts` (+1 -3) 📝 `src/lib/components/admin/Users/UserList/AddUserModal.svelte` (+10 -29) 📝 `src/routes/auth/+page.svelte` (+36 -40) ➕ `test_changes.py` (+46 -0) </details> ### 📄 Description Removes need for an email --- <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-04-29 21:27:43 -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#46590