portal: make firefly/wger steps self-verified

This commit is contained in:
Brad Stein 2026-01-23 19:37:06 -03:00
parent 66392a1ad0
commit df0c4e5c65
2 changed files with 4 additions and 6 deletions

View File

@ -193,8 +193,6 @@ ONBOARDING_REQUIRED_STEPS: tuple[str, ...] = (
KEYCLOAK_MANAGED_STEPS: set[str] = { KEYCLOAK_MANAGED_STEPS: set[str] = {
"keycloak_password_rotated", "keycloak_password_rotated",
"nextcloud_mail_integration", "nextcloud_mail_integration",
"firefly_password_rotated",
"wger_password_rotated",
} }
_KEYCLOAK_PASSWORD_ROTATION_REQUESTED_ARTIFACT = "keycloak_password_rotation_requested_at" _KEYCLOAK_PASSWORD_ROTATION_REQUESTED_ARTIFACT = "keycloak_password_rotation_requested_at"

View File

@ -518,9 +518,9 @@ const SECTION_DEFS = [
{ {
id: "firefly_password_rotated", id: "firefly_password_rotated",
title: "Change your Firefly password", title: "Change your Firefly password",
action: "auto", action: "confirm",
description: description:
"Sign in to money.bstein.dev with the credentials on your Account page, then change the password. This step completes once the original password no longer works.", "Sign in to money.bstein.dev with the credentials on your Account page, change the password, then confirm here.",
links: [ links: [
{ href: "https://money.bstein.dev", text: "money.bstein.dev" }, { href: "https://money.bstein.dev", text: "money.bstein.dev" },
{ href: "/account", text: "Account credentials" }, { href: "/account", text: "Account credentials" },
@ -549,9 +549,9 @@ const SECTION_DEFS = [
{ {
id: "wger_password_rotated", id: "wger_password_rotated",
title: "Change your Wger password", title: "Change your Wger password",
action: "auto", action: "confirm",
description: description:
"Sign in to health.bstein.dev with the credentials on your Account page, then change the password. This step completes once the original password no longer works.", "Sign in to health.bstein.dev with the credentials on your Account page, change the password, then confirm here.",
links: [ links: [
{ href: "https://health.bstein.dev", text: "health.bstein.dev" }, { href: "https://health.bstein.dev", text: "health.bstein.dev" },
{ href: "/account", text: "Account credentials" }, { href: "/account", text: "Account credentials" },