mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #11883] feat: User Forgot Password #16389
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?
Originally created by @LunaSpark01 on GitHub (Mar 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11883
Check Existing Issues
Problem Description
Currently, Open-WebUI does not provide an option for users to reset their passwords if they forget them. While running my instance, I found that if a user forgets their password, there is no built-in mechanism to recover or reset it, leading to a locked-out user experience, unless they reach out to an admin who does have access to the instance of the program.
Desired Solution you'd like
Implement a "Forgot Password" feature on the login page that allows users to reset their password via email verification or another secure method.
Possible implementation approaches:
Preferred Solution: Password reset with email with a link to update the password
Potential Solution Image:
Alternatives Considered
Additional Context
This feature would improve user experience by making sure users are not permanently locked out of their accounts due to forgotten credentials. Lots of web applications provide a similar feature for ease of access and security so I believe this should as well.