{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}DNS Control Panel - User Profile{% endblock %} {% block dashboard_stat %}

User Profile

{% endblock %} {% block content %}
Cancel
Select image Change Remove
NOTE! Attached image thumbnail is supported in Latest Firefox, Chrome, Opera, Safari and Internet Explorer 10 only
{% if not current_user.password %} Your account password is managed via LDAP which isn't supported to change here. {% else %}
Cancel
{% endif %}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}