Instead, redirect newly-confirmed users to the welcome page. If confirmation is not required, redirect immediately and don't send an email.
9 lines
267 B
Text
9 lines
267 B
Text
<p><%= t("notifier.signup_confirm.greeting") %></p>
|
|
|
|
<p><%= t("notifier.signup_confirm.created", :site_url => SERVER_URL) %></p>
|
|
|
|
<p><%= t("notifier.signup_confirm.confirm") %></p>
|
|
|
|
<p><%= link_to @url, @url %></p>
|
|
|
|
<p><%= t("notifier.signup_confirm.welcome") %></p>
|