Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show APIv3 Token under Profile settings #5954

Merged
merged 6 commits into from
Jul 23, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Message about Access Tokens creation limitation
  • Loading branch information
humitos committed Jul 22, 2019
commit 45aec4ee675930a2e8d5efbc8066e6959f497a2c
8 changes: 8 additions & 0 deletions readthedocs/templates/profiles/private/token_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
{% block edit_content_header %} {% trans "Personal Access Tokens" %} {% endblock %}

{% block edit_content %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We definitely need something saying that users can't set them up yet, and to contact us to create one.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a message. Let me know.

Screenshot_2019-07-22_13-55-38

<p class="empty">
{% blocktrans trimmed with contact_email="support@readthedocs.org" %}
Access Tokens are currently in Beta state and are not possible to create by yourself.
In case you want to test APIv3 and help giving us feedback,
please <a href="mailto:{{ contact_email }}">contact us</a> and let us know.
{% endblocktrans %}
</p>

<p>Personal Access Token are tokens that allow you to use the Read the Docs APIv3 being authenticated as yourself. See <a href="https://docs.readthedocs.org/page/api/v3.html">APIv3 documentation</a> for more information.</p>

<div class="module">
Expand Down