mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Email validation mis-match locks out admin user #2617
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 @cduk on GitHub (Nov 11, 2024).
When creating the first admin user, the form doesn't validate the email correctly, you can type 'user' and it doesn't check for and '@' sign.
However, when you try to log in, this fails as it requires an '@' sign and so the admin user is locked out.
Validation for registration and login should be the same.