<%- include('partials/header.ejs') %> <%- include('partials/sidebar.ejs') %>

My Account

You can change account settings for <%= user.username %> here. If you wish to have additional support, please contact me at support@thatcomputerscientist.com. Please take care of the following points before you submit your support request:

Your avatar is fetched from gravatar. Update your gravatar email to fetch the avatar. If you don't have an account, you can sign up for one here. If you haven't set up your gravatar email, we would try to fetch your profile picture from your account email, by default. If your account email and gravatar email are the same, you do not need to set a gravatar email.

<% if (user.url !== "") { %>

Your account is publicly accessible at: <%= user.url %>.

<% } %>
Avatar <%= user.username %>'s avatar
Change Password <% if (locals.messages.passchangesuccess) { %>

<%= messages.passchangesuccess %>

<% } %> <% if (locals.messages.passchangeerror) { %>

<%= messages.passchangeerror %>

<% } %>
Delete Account
Account Details <% if (user.public == 1) { %> <% } %> <% if (locals.messages.updateaccsuccess) { %>

<%= messages.updateaccsuccess %>

<% } %> <% if (locals.messages.updateaccerror) { %>

<%= messages.updateaccerror %>

<% } %>
Change Email <% if (locals.messages.mailsenderror) { %>

<%= messages.mailsenderror %>

<% } %> <% if (locals.messages.mailsendsuccess) { %>

<%= messages.mailsendsuccess %>

<% } %>
<%- include('partials/footer.ejs') %>