Browse Source

Account Settings -> Project Settings

pull/217/head
Pēteris Caune 6 years ago
parent
commit
87919dbc5a
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      templates/front/docs_api.html

+ 2
- 4
templates/front/docs_api.html View File

@ -57,10 +57,8 @@
<h2>Authentication</h2>
<p>Your requests to {% site_name %} REST API must authenticate using an
API key. By default, an user account on {% site_name %} doesn't have
an API key. You can create one in the
{% if request.user.is_authenticated %}
<a href="{% url 'hc-profile' %}">Account Settings</a>
{% else %}<b>Account Settings</b>{% endif %} page.
an API key. You can create read-write and read-only API keys
in the <b>Project Settings</b> page.
</p>
<p>The client can authenticate itself by sending an appropriate HTTP


Loading…
Cancel
Save