[PR #20650] [MERGED] feat: Add new ENV VAR for custom error message on error on signup / password change due to password not meeting requirements #48767

Closed
opened 2026-04-30 00:49:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/20650
Author: @Classic298
Created: 1/13/2026
Status: Merged
Merged: 1/19/2026
Merged by: @tjbck

Base: devHead: auth


📝 Commits (3)

📊 Changes

3 files changed (+8 additions, -1 deletions)

View changed files

📝 backend/open_webui/env.py (+2 -0)
📝 backend/open_webui/routers/auths.py (+4 -0)
📝 backend/open_webui/utils/auth.py (+2 -1)

📄 Description

Fixes https://github.com/open-webui/open-webui/issues/20647

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.

Note

Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.


🔄 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/20650 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 1/13/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `auth` --- ### 📝 Commits (3) - [`5f5d206`](https://github.com/open-webui/open-webui/commit/5f5d206d6463ca38bb90bfa08cdd8638ba308f2d) add env var for custom auth pw message - [`6d302d0`](https://github.com/open-webui/open-webui/commit/6d302d0a330c1df8228956ad3353f78aff149023) Update auth.py - [`be9dee2`](https://github.com/open-webui/open-webui/commit/be9dee21940922960446f530975fd1a160878a0b) Update auth.py ### 📊 Changes **3 files changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/env.py` (+2 -0) 📝 `backend/open_webui/routers/auths.py` (+4 -0) 📝 `backend/open_webui/utils/auth.py` (+2 -1) </details> ### 📄 Description Fixes https://github.com/open-webui/open-webui/issues/20647 ### Contributor License Agreement By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. > [!NOTE] > Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in. --- <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-30 00:49:11 -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#48767