Sha256: 71aa8f7aefd603da87a2eab93199867d70d022dedd6c97148433e57d0a49b5dc

Contents?: true

Size: 819 Bytes

Versions: 1

Compression:

Stored size: 819 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
</head>
<body>
<h1>Welcome <%= @user.username %></h1>
<% if @temp_password %>
    <p>An account has been created for you, to activate your account follow this link: <a href="<%= @url %>"><%= @url %></a></p>

    <p>Your username is <%= @user.username %>, your temporary password is <%= @temp_password %>.</p>

    <p>Please login and update your password.</p>
<% else %>
    <p>
      You have successfully registered, to activate your account follow this link: <a href="<%= @url %>"><%= @url %></a>
    </p>

    <p>Your username is <%= @user.username %>, use the password you set during registration to login.</p>

    <p>Thanks for joining and have a great day!!</p>
<% end %>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
erp_tech_svcs-4.0.0 app/views/user_mailer/activation_needed_email.html.erb