portal: make firefly/wger steps self-verified
This commit is contained in:
parent
66392a1ad0
commit
df0c4e5c65
@ -193,8 +193,6 @@ ONBOARDING_REQUIRED_STEPS: tuple[str, ...] = (
|
||||
KEYCLOAK_MANAGED_STEPS: set[str] = {
|
||||
"keycloak_password_rotated",
|
||||
"nextcloud_mail_integration",
|
||||
"firefly_password_rotated",
|
||||
"wger_password_rotated",
|
||||
}
|
||||
_KEYCLOAK_PASSWORD_ROTATION_REQUESTED_ARTIFACT = "keycloak_password_rotation_requested_at"
|
||||
|
||||
|
||||
@ -518,9 +518,9 @@ const SECTION_DEFS = [
|
||||
{
|
||||
id: "firefly_password_rotated",
|
||||
title: "Change your Firefly password",
|
||||
action: "auto",
|
||||
action: "confirm",
|
||||
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: [
|
||||
{ href: "https://money.bstein.dev", text: "money.bstein.dev" },
|
||||
{ href: "/account", text: "Account credentials" },
|
||||
@ -549,9 +549,9 @@ const SECTION_DEFS = [
|
||||
{
|
||||
id: "wger_password_rotated",
|
||||
title: "Change your Wger password",
|
||||
action: "auto",
|
||||
action: "confirm",
|
||||
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: [
|
||||
{ href: "https://health.bstein.dev", text: "health.bstein.dev" },
|
||||
{ href: "/account", text: "Account credentials" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user