Sha256: 2db97112c92be2b082b538577e3f509e1d22a47629bac85d323eb44348ff1246

Contents?: true

Size: 541 Bytes

Versions: 10

Compression:

Stored size: 541 Bytes

Contents

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

<p><%= t('tb_core_mailer.user_credentials.greeting', :site_name => TbCore.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><%= TbCore.config.site_name %></strong>
</p>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tb_core-1.5.4 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.5.3 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.5.2 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.5.1 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.5.0 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.4.8 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.4.7 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.4.6 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.4.5 app/views/tb_core_mailer/user_credentials.html.erb
tb_core-1.4.4 app/views/tb_core_mailer/user_credentials.html.erb