diff --git a/src/lib/components/organisms/WelcomeBack.svelte b/src/lib/components/organisms/WelcomeBack.svelte index 96925591..5b93c31b 100644 --- a/src/lib/components/organisms/WelcomeBack.svelte +++ b/src/lib/components/organisms/WelcomeBack.svelte @@ -9,19 +9,30 @@
-

You have to sign up again

+

Your account is already here. Your old password is not.

- Use the same email address you used before. The old password hashes could not be carried - over, so there is no way to keep your old password, but everything attached to that email is - waiting for you once it is verified. + The old password hashes could not be carried over, so there is no way to keep the password + you had. Everything else attached to that email is waiting for you. Use the same address you + used before, and take whichever way back in you prefer:

+
    +
  • Continue with Google or Apple, if one of them has that address.
  • +
  • Ask for a sign-in link. It arrives by email; one tap and you are in.
  • +
  • Forgot password, which sets a new one.
  • +
  • + Or sign up again with it, the way this page used to tell you to. That address already has + an account, so instead of making a second one we email you a sign-in link for the one you + have. +
  • +

Your username is reserved

- Nobody else can take it. Sign up with your old email, verify it, and the app offers your - handle back to you during onboarding, along with the profile details it can pre-fill. + Nobody else can take it. Come back with your old email, whichever way you choose, and the app + offers your handle back to you during onboarding, along with the profile details it can + pre-fill.

diff --git a/static/email/logo.png b/static/email/logo.png new file mode 100644 index 00000000..1776f966 Binary files /dev/null and b/static/email/logo.png differ diff --git a/static/email/qr-get-langx-io.png b/static/email/qr-get-langx-io.png new file mode 100644 index 00000000..e8bdc34b Binary files /dev/null and b/static/email/qr-get-langx-io.png differ diff --git a/static/email/screen-discover.png b/static/email/screen-discover.png new file mode 100644 index 00000000..2067d350 Binary files /dev/null and b/static/email/screen-discover.png differ diff --git a/static/email/screen-feed.png b/static/email/screen-feed.png new file mode 100644 index 00000000..c4adb5a3 Binary files /dev/null and b/static/email/screen-feed.png differ