Change Password
<% if (error) { %>
<%= error %>
<% } %> <% if (success) { %>
<%= success %>
<% } else { %>
Username:
<%= username %>
Old password:
New password:
Repeat password:
<% } %>