About login

You are not signed in. Sign in via bugs.koha-community.org.

How it works

The dashboard does not have its own user database. It reuses your bugs.koha-community.org account.

  1. You sign in once on bugs.koha-community.org.
  2. Bugzilla sets a session cookie on the shared .koha-community.org domain.
  3. When you visit dashboard.koha-community.org, the dashboard reads that cookie and looks it up in the same database Bugzilla writes to.
  4. Logging out from either site logs you out of both.

Why?

Members of the Bugzilla Security group need to see security-restricted bugs alongside the rest of their work on the dashboard. Sharing the Bugzilla session means we can apply the same group-based visibility rules without you needing a second account or password.

What the dashboard can see

The dashboard reads only the columns it needs from Bugzilla's database (bug metadata, profiles, group membership). It never sees or stores your password. It does not write to any Bugzilla table.

Trouble signing in?