Hello, <%= sqlResult.user.first_name %>!
Welcome to your dashboard
Logout
Create a new user
First Name
Last Name
Username
Email
Password
Create User
<% if (typeof status !== 'undefined') { %> <% if (status === 'success') { %>
User created successfully!
<% } else if (status === 'error') { %>
User creation failed.
<% } %> <% } %>