From 785e096f4b5132f9e0118633fb7c8bf9aec537b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Wed, 20 Jan 2021 09:22:59 +0100 Subject: [PATCH] UserNotifier: greet username instead of email --- lib/recycledcloud/accounts/user_notifier.ex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/recycledcloud/accounts/user_notifier.ex b/lib/recycledcloud/accounts/user_notifier.ex index e058dfa..83caf5f 100644 --- a/lib/recycledcloud/accounts/user_notifier.ex +++ b/lib/recycledcloud/accounts/user_notifier.ex @@ -20,7 +20,7 @@ defmodule RecycledCloud.Accounts.UserNotifier do ============================== - Hi #{user.email}, + Hi #{user.username}, You can confirm your account by visiting the URL below: @@ -40,7 +40,7 @@ defmodule RecycledCloud.Accounts.UserNotifier do ============================== - Hi #{user.email}, + Hi #{user.username}, You can reset your password by visiting the URL below: @@ -60,7 +60,7 @@ defmodule RecycledCloud.Accounts.UserNotifier do ============================== - Hi #{user.email}, + Hi #{user.username}, You can change your email by visiting the URL below: