Skip to content

v0.3.19

Choose a tag to compare

@tastyeffectco tastyeffectco released this 28 Aug 18:26
· 2 commits to main since this release

v0.3.19

Forgot the console password? The login page now has Forgot your password? with the exact command to run on the server:

./console-login.sh --reset-password

It clears the password using the server's API key (the only credential that can do it — never from the browser), signs out every console session, and prints the console URL; the console then asks you to create a new password. ./console-login.sh --help documents it, and the URL it prints honours CONSOLE_HOST and PREVIEW_URL_SCHEME.

  • API: DELETE /v1/auth/password — API-key actor only (401 without credentials, 403 for a console session), audited as auth.password_reset.

No breaking changes.