Sha256: c4b107d56198f49d2ee84ed6e5662e6840ac54e54d2b38b679a020153a69762d

Contents?: true

Size: 549 Bytes

Versions: 13

Compression:

Stored size: 549 Bytes

Contents

<h1>Hello <%= @user.full_name %>,</h1>

<p><%= t('tb_core_mailer.user_credentials.greeting', :site_name => Spud::Core.config.site_name) %></p>

<ul>
  <li><strong>Username:</strong> <%= @user.login %></li>
  <li><strong>Password:</strong> <%= @password %></li>
</ul>

<p><%= link_to 'Click here', login_url %> to log in.</p>

<% if @user.requires_password_change? %>
  <p><strong>Note:</strong> You will be asked to create a new password after you log in.</p>
<% end %>

<p>
  Thanks,<br/>
  <strong><%= Spud::Core.config.site_name %></strong>
</p>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tb_core-1.4.3.1 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.4.3 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.4.2 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.4.1 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.4.0.1 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.4.beta2 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.4.beta1 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.3.10 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.3.9 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.3.7 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.3.6 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.3.5 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.3.4 app/views/tb_core_mailer/user_credentials.html.erb