This website requires JavaScript.
Explore
Help
Sign In
github-starred
/
open-webui
Watch
2
Star
0
Fork
0
You've already forked open-webui
mirror of
https://github.com/open-webui/open-webui.git
synced
2026-04-27 02:58:33 -05:00
Code
Issues
786
Packages
Projects
Releases
126
Wiki
Activity
Files
8c37edd027b52426ffdaf715da7cbbe613b4df8e
open-webui
/
backend
/
utils
History
Tim Farrell
8c37edd027
Even though "User.email" is enforced as unique at signup, it is not a unique field in the database. Let's use "User.id" instead. This also makes it more difficult to do a session stealing attack.
2024-02-02 09:01:06 -06:00
..
misc.py
feat: web rag support
2024-01-26 22:17:28 -08:00
utils.py
Even though "User.email" is enforced as unique at signup, it is not a unique field in the database. Let's use "User.id" instead. This also makes it more difficult to do a session stealing attack.
2024-02-02 09:01:06 -06:00