Skip to content

[bug] Disabling Email / Password authentication completely breaks Sourcebot #363

@belaw

Description

@belaw

Describe the bug

When I set the env var AUTH_CREDENTIALS_LOGIN_ENABLED to false as documented here, Sourcebot just becomes completely unusable. It will always redirect to the login page, which is lacking the login form. The sign up page is the same.

Image
Image

To reproduce

docker run \
  --name sourcebot \
  -p 3000:3000 \
  -e SOURCEBOT_TELEMETRY_DISABLED=true \
  -e AUTH_CREDENTIALS_LOGIN_ENABLED=false \
  ghcr.io/sourcebot-dev/sourcebot:latest

Sourcebot deployment information

Sourcebot version (e.g. v3.0.1): 4.5.0
Running in k3s

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions