UserNotifier: greet username instead of email
This commit is contained in:
parent
e16cb12862
commit
785e096f4b
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue