From 49c898ed6eaafea96a36603d8c4f9123417785b3 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Wed, 28 Sep 2022 14:12:19 +0000 Subject: [PATCH] UX: In email messages, remove instance link, it's confusing I'd mention the instance host at least, but YesodMailSend (which I wrote) provides pure functions for the formatting, so can't access environment Sometime I'll try to patch yesod-mail-send to have a monadic action there instead of pure function --- templates/person/email/reset-passphrase.md | 3 +-- templates/person/email/verify-account.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/person/email/reset-passphrase.md b/templates/person/email/reset-passphrase.md index 21e9d21..20d4a49 100644 --- a/templates/person/email/reset-passphrase.md +++ b/templates/person/email/reset-passphrase.md @@ -1,4 +1,3 @@ -Visit the following link to reset your passphrase on the Vervis instance at -<@{HomeR}>: +Visit the following link to reset your passphrase: <@{url}> diff --git a/templates/person/email/verify-account.md b/templates/person/email/verify-account.md index f3f529a..cdb4772 100644 --- a/templates/person/email/verify-account.md +++ b/templates/person/email/verify-account.md @@ -1,4 +1,3 @@ -Visit the following link to verify your account on the Vervis instance at -<@{HomeR}>: +Visit the following link to verify your account: <@{url}>