{% extends "base" %} {% block title %}{{SERVICE_NAME|escape}} - User Profile{% endblock %} {% block content %}

My Profile

{% include "info" %}

Enter new values and click "Save changes" to change. Leave a field the same or blank for no change.

Username{{userNode.username|escape}}

(What is this for?)
Yes (recommended)
No
 

Email addresses

{% for email in emails %} {% endfor %}
EmailStatusActions
{{email.email|escape}} {% if email.confirmed %}confirmed{% else %}unconfirmed{% endif %}{% if email.primary %}, primary{% endif %} {% if email.primary %}{% else %} {% if email.confirmed %} make primary {% else %} resend confirmation {% endif %} | delete {% endif %}

Add another email

Back to Summary

{% endblock %}