Skip to content

Commit

Permalink
Merge pull request #8026 from toothstone/drop-api-key-ui
Browse files Browse the repository at this point in the history
Drop API Key from user UI
  • Loading branch information
wardi committed Jan 25, 2024
2 parents 9f49afd + ba9eeb7 commit 121443c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ckan/templates/user/snippets/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ <h1 class="heading">{{ user.display_name }}</h1>
<dt>{{ _('State') }}</dt>
<dd>{{ _(user.state) }}</dd>
</dl>
{% if is_myself %}
<dl>
<dt class="key">{{ _('API Key') }} <span class="label label-default" title="{{ _('This means only you can see this') }}">{{ _('Private') }}</span></dt>
<dd class="value"><code>{{ user.apikey }}</code></dd>
</dl>
{% endif %}
</div>
{% endblock %}
{% endblock %}
Expand Down

0 comments on commit 121443c

Please sign in to comment.