{% extends "users/settings_base.html" %} {% block title %} {{ _("Account and Security - %(username)s", username=user.username) }} {% endblock %} {% block ruben_link %} rubenwardy {% endblock %} {% block pane %}
{{ _("Has password") }}
{% else %}{{ _("Doesn't have password") }}
{% endif %} {% endif %}Forums | {% if user.forums_username %} {{ _("Connected") }} [{{ user.forums_username }}] {% else %} {{ _("Please PM %(rubenwardy)s on the forums to link your account.", rubenwardy=self.ruben_link()) }} {% endif %} |
GitHub | {% if user.github_username %} {{ _("Connected") }} [{{ 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 %}