fix: remove hardcoded default superuser password (#13822)

* fix: remove hardcoded default superuser password

* fix: harden legacy superuser credential handling

* fix: update superuser CI paths

* [autofix.ci] apply automated fixes

* fix: have images default auto_login to false

have images default auto_login to false

* fix: reject legacy superuser password

* fix: align docker auth setup docs

* docs: fix custom docker auth examples

* docs: include auth env in docker upgrade examples

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Adam Aghili <Adam.Aghili@ibm.com>
This commit is contained in:
Eric Hare
2026-06-25 13:27:42 -07:00
committed by GitHub
parent cf5c37f293
commit c6dbca308d
44 changed files with 630 additions and 222 deletions

View File

@ -11,7 +11,7 @@ who = requests.get(f"{base}/api/v1/users/whoami", headers=headers, timeout=30)
who.raise_for_status()
user_id = who.json()["id"]
# Must differ from the current password (default superuser is often langflow/langflow).
# Must differ from the current password.
payload = {"password": "DocsExampleResetPass2025!"}
response = requests.patch(