mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
commit
90503be2ed
1 changed files with 16 additions and 18 deletions
|
|
@ -118,9 +118,7 @@ async def signin(request: Request, form_data: SigninForm):
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
user = Auths.authenticate_user_by_trusted_header(trusted_email)
|
user = Auths.authenticate_user_by_trusted_header(trusted_email)
|
||||||
else:
|
elif WEBUI_AUTH == False:
|
||||||
if WEBUI_AUTH == False:
|
|
||||||
|
|
||||||
admin_email = "admin@localhost"
|
admin_email = "admin@localhost"
|
||||||
admin_password = "admin"
|
admin_password = "admin"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue