mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
[PR #3699] [MERGED] fix auth update_email_by_id - add db.commit #8113
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/3699
Author: @Peter-De-Ath
Created: 7/7/2024
Status: ✅ Merged
Merged: 7/8/2024
Merged by: @tjbck
Base:
dev← Head:fix-update-user-email-auth📝 Commits (2)
f971ba0fix email update in AuthsTable model1bb2724fix password update in AuthsTable model📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
backend/apps/webui/models/auths.py(+2 -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.Description
fix auth update_email_by_id - add db.commit()
fix auth update_user_password_by_id - add db.commit()
[Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)]
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.