You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To change the default value of automatic login to false in Langflow version 1.1.1 on Windows 11, you need to modify your .env file. Set the LANGFLOW_AUTO_LOGIN environment variable to False like this:
LANGFLOW_AUTO_LOGIN=False
Additionally, when LANGFLOW_AUTO_LOGIN is set to False, you must also configure LANGFLOW_SUPERUSER and LANGFLOW_SUPERUSER_PASSWORD in your .env file to enable login functionality. Here's an example configuration:
Bug Description
i know the current default value is true.
What code should I modify to change the default value to false.
Reproduction
none
Expected behavior
none
Who can help?
No response
Operating System
windows11
Langflow Version
1.1.1
Python Version
None
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: