Skip to content
← Back to release notes
v0.65.14 hotfix

Release v0.65.14

May 12, 2026

Restores self-service signup, which had been redirecting to the login page since v0.65.0.

Improved

  • Routine dependency updates across the dashboard, API, and native apps.

Fixed

  • Restored self-service registration. Since the v0.65.0 security release, the signup and partner-signup pages were redirecting straight to the login screen — a build-time configuration regression had baked "registration disabled" into the dashboard image, so no environment setting could turn it back on without this fix. New accounts can be created again.

The headline of this release is a signup fix. A change in the v0.65.0 security release flipped the default for the registration toggle and, because that value is compiled into the dashboard at build time, every release since hardcoded “registration disabled.” The result: the public signup and partner-signup pages silently redirected to the login screen, and self-service signups were effectively offline for about a week.

This release reverts the default at every layer and explicitly sets it during the build so the value is always visible and correct. If you self-host and intentionally disable registration, your existing override continues to work — only the broken default changed.