From 5fe3cf709b05a28d256636886cb012820342db99 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 4 Jan 2026 13:09:45 -0300 Subject: [PATCH] onboarding: clarify vaultwarden + mail setup --- frontend/src/views/OnboardingView.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/OnboardingView.vue b/frontend/src/views/OnboardingView.vue index dae44ac..d553e12 100644 --- a/frontend/src/views/OnboardingView.vue +++ b/frontend/src/views/OnboardingView.vue @@ -150,7 +150,8 @@

Open Passwords and set a strong master - password you won't forget. + password you won't forget. If you can't sign in yet, check your Atlas mailbox in + Nextcloud Mail for the invite link.

@@ -279,7 +280,8 @@ const extraSteps = [ { id: "vaultwarden_browser_extension", title: "Install the Vaultwarden browser extension", - description: "Install Bitwarden in your browser and point it at your Atlas vault for autofill.", + description: + "Install Bitwarden in your browser and point it at vault.bstein.dev (Settings → Account → Environment → Self-hosted).", primaryLink: { href: "https://bitwarden.com/download", text: "Bitwarden downloads" }, secondaryLink: { href: "https://vault.bstein.dev", text: "Passwords" }, }, @@ -305,7 +307,8 @@ const extraSteps = [ { id: "mail_client_setup", title: "Set up mail on a device", - description: "Use the IMAP/SMTP details on your Account page to add mail to your phone or desktop client.", + description: + "Use the IMAP/SMTP details on your Account page to add mail to your phone or desktop client (Thunderbird, Apple Mail, Outlook, etc).", primaryLink: { href: "/account", text: "Account" }, }, ];