Original PR: https://github.com/open-webui/open-webui/pull/14663 Author: @EdwinB12 Created: 6/4/2025 Status: ❌ Closed
Base: main ← Head: remove_email_dependency
main
remove_email_dependency
74c42b6
d0ac592
ce93316
9880d91
4e678d4
25e0f5a
a1cf01a
8 files changed (+195 additions, -251 deletions)
📝 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)
README.md
backend/open_webui/models/auths.py
backend/open_webui/routers/auths.py
docker-compose.yaml
src/lib/apis/auths/index.ts
src/lib/components/admin/Users/UserList/AddUserModal.svelte
src/routes/auth/+page.svelte
test_changes.py
Removes need for an email
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/14663
Author: @EdwinB12
Created: 6/4/2025
Status: ❌ Closed
Base:
main← Head:remove_email_dependency📝 Commits (7)
74c42b6bb-explorer readmed0ac592Merge branch 'open-webui:main' into maince93316Merge branch 'open-webui:main' into main9880d91Remove Username and Add consent text4e678d4Remove need to have a name and a username25e0f5aadd docker composea1cf01aUpdate 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.