{% extends "base.html" %} {% load compress staticfiles hc_extras %} {% block title %}Account Settings - {% site_name %}{% endblock %} {% block content %}

Settings

{% if messages %}
{% for message in messages %}

{{ message }}

{% endfor %}
{% endif %}
{% csrf_token %}

Monthly Reports

{% csrf_token %}

Set Password

Attach a password to your {% site_name %} account

Team Access

{% if profile.member_set.count %} {% for member in profile.member_set.all %} {% endfor %}
{{ profile.user.email }} Owner
{{ member.user.email }} Member Remove
{% else %}

Invite team members to your account.

Share access to your checks and configured integrations without having to share a login.

{% if not profile.team_access_allowed %}

To enable team access, please upgrade to one of the paid plans.

{% endif %} {% endif %}
{% if profile.team_access_allowed %} Set Team Name Invite a Team Member {% endif %}

API Access

{% if profile.api_key %} {% if show_api_key %} API key: {{ profile.api_key }} {% else %} API access is enabled.
{% csrf_token %}
{% endif %} {% else %} API access is disabled.
{% csrf_token %}
{% endif %}
{% if badge_urls %}

Status Badges

Here are status badges for each of the tags you have used. The badges have public, but hard-to-guess URLs. If you wish, you can add them to your READMEs, dashboards or status pages.

{% for badge_url in badge_urls %} {% endfor %}
{{ badge_url }}
{% endif %} {% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}