{% extends "users/settings_base.html" %} {% block title %} {{ _("Account and Security | %(username)s", username=user.username) }} {% endblock %} {% block pane %}
{{ _("Has password") }}
{% else %}{{ _("Doesn't have password") }}
{% endif %} {% endif %}Forums | {% if user.forums_username %} Connected {% else %} Please PM rubenwardy on the forums to link your account. {% endif %} |
GitHub |
{% if user.github_username %}
{% if user == current_user %}
View ContentDB's GitHub Permissions {% endif %} {% elif user == current_user %} Link Github {% else %} None {% endif %} |
{{ _("Account Deletion and Deactivation isn't available to users yet.") }} {{ _("Please contact the admin.") }}
{% endif %} {% endblock %}