blob: e30aa0eae6d865286781eacf895fed49f5e65ce6 [file] [log] [blame]
<style>
<!--
* { font-size: 9pt; font-family: verdana, helvetica, arial, sans-serif; line-height: 1.7em; }
p { margin: 0 }
-->
</style>
<%= ::MSG_EMAIL_SERVER_GENERATED %><br>
<br>
<br>
An account has been created for you with password <strong><%= @user.password %></strong><br>
You are the <%= @cnt.to_s %><sup>th</sup> <%= ENV['EPFWIKI_APP_NAME'] %> user.<br>
<br>
Next steps you can take:<br>
<ul>
<li>
<a href="<%= @urls[0] %>">Login to <%= ENV['EPFWIKI_APP_NAME'] %> </a>
</li>
<li>
<a href="<%= @urls[2] %>">Login and change your password</a>
</li>
<li>
<a href="<%= @urls[1] %>">Login and subscribe for a monthly, weekly or even daily report of improvements</a>
</li>
</ul>
<br>
You can start sharing your knowledge and experience in one of the following sites:
<table>
<tr>
<th>
Site
</th>
<th>
Description
</th>
</tr>
<% for site in @sites %>
<tr>
<td>
<a href="<%= site.url %>"><%= site.title %></a>
</td>
<td>
<%= site.description %>
</td>
</tr>
<% end %>
</table>
<br>
<br>
<br>If you have questions regarding <%= ENV['EPFWIKI_APP_NAME'] %> or this e-mail, please contact <a href="mailto:<%= @admin.email %>"><%= @admin.name %></a>