You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Please click the following link to confirm that this is your email address for the mooc.fi account <%=@user.login%>.<%=@origin ? " The account was created from '#{@origin}'." : ''%></p>
9
+
<p>Please click the following link to confirm that this is your email address for the mooc.fi account <%=@user.email%>.<%=@origin ? " The account was created from '#{@origin}'." : ''%></p>
10
10
11
11
<ahref="<%=@url%>"><%=@url%></a>
12
12
13
-
<p>If this email doesn't make any sense, just ignore this message.</p>
Please click the following link to confirm that this is your email address for the mooc.fi account <%= @user.login%>. <%= @origin ? " The account was created from '#{@origin}'." : '' %>
3
+
Please click the following link to confirm that this is your email address for the mooc.fi account <%= @user.email%>. <%= @origin ? " The account was created from '#{@origin}'." : '' %>
4
4
5
5
<%= @url %>
6
6
7
-
If this email doesn't make any sense, just ignore this message
0 commit comments