Skip to content

Commit 6213c03

Browse files
committed
Don't metion email in the confirmation email
Gmail thinks it's a link and it may confuse users
1 parent f9191e5 commit 6213c03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/user_mailer/email_confirmation.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<body>
77
<p>Hey there!</p>
88

9-
<p>Please click the following link to confirm that <b><%= @user.email %></b> is your email address for the TestMyCode account "<%= @user.login %>".</p>
9+
<p>Please click the following link to confirm that this is your email address for the TestMyCode account "<%= @user.login %>".</p>
1010

1111
<a href="<%= @url %>"><%= @url %></a>
1212

app/views/user_mailer/email_confirmation.text.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Hey there!
22

3-
Please click the following link to confirm that <%= @user.email %> is your email address for the TestMyCode account "<%= @user.login %>"
3+
Please click the following link to confirm that this is your email address for the TestMyCode account "<%= @user.login %>"
44

55
<%= @url %>
66

0 commit comments

Comments
 (0)