mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-10 22:02:14 -05:00
[PR #17045] [CLOSED] feat: Add reset password and email verify endpoint #47352
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/17045
Author: @garylab
Created: 8/29/2025
Status: ❌ Closed
Base:
dev← Head:main📝 Commits (2)
2407d9bMerge pull request #16859 from open-webui/dev5d77525Add verify email and reset password endpoint📊 Changes
9 files changed (+665 additions, -0 deletions)
View changed files
➕
backend/open_webui/internal/migrations/019_add_email_verification.py(+58 -0)📝
backend/open_webui/main.py(+8 -0)📝
backend/open_webui/models/auths.py(+15 -0)📝
backend/open_webui/models/users.py(+120 -0)📝
backend/open_webui/routers/auths.py(+245 -0)➕
backend/open_webui/templates/email/password_reset.html(+41 -0)➕
backend/open_webui/templates/email/verification.html(+41 -0)➕
backend/open_webui/utils/email.py(+136 -0)📝
backend/requirements.txt(+1 -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
reset password endpointandverify email endpointAdded
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.