UserNotifier: greet username instead of email

This commit is contained in:
Timothée Floure 2021-01-20 09:22:59 +01:00
parent e16cb12862
commit 785e096f4b
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
1 changed files with 3 additions and 3 deletions

View File

@ -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: