Skip to content

Commit 53ab9e3

Browse files
authored
Move 2FA and API tokens out of beta (#7250)
Addresses #5661.
1 parent 72db1a6 commit 53ab9e3

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

warehouse/templates/pages/help.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
{% macro compromised_password() %}{% trans %}Why is PyPI telling me my password is compromised?{% endtrans %}{% endmacro %}
5656
{% macro twoFA() %}{% trans %}What is two factor authentication and how does it work on PyPI?{% endtrans %}{% endmacro %}
5757
{% macro totp() %}{% trans %}How does two factor authentication with an authentication application (<abbr title="time-based one-time password">TOTP</abbr>) work? How do I set it up on PyPI?{% endtrans %}{% endmacro %}
58-
{% macro utfkey() %}{% trans %}How does two factor authentication with a security device (e.g. USB key) work? How do I set it up on PyPI?{% endtrans %} <span class="badge badge--warning">{% trans %}Beta feature{% endtrans %}</span>{% endmacro %}
59-
{% macro utfdevices() %}{% trans %}What devices (other than a USB key) can I use as a security device?{% endtrans %} <span class="badge badge--warning">{% trans %}Beta feature{% endtrans %}</span>{% endmacro %}
60-
{% macro apitoken() %}{% trans %}How can I use API tokens to authenticate with PyPI?{% endtrans %} <span class="badge badge--warning">{% trans %}Beta feature{% endtrans %}</span>{% endmacro %}
58+
{% macro utfkey() %}{% trans %}How does two factor authentication with a security device (e.g. USB key) work? How do I set it up on PyPI?{% endtrans %}{% endmacro %}
59+
{% macro utfdevices() %}{% trans %}What devices (other than a USB key) can I use as a security device?{% endtrans %}{% endmacro %}
60+
{% macro apitoken() %}{% trans %}How can I use API tokens to authenticate with PyPI?{% endtrans %}{% endmacro %}
6161

6262
{% macro mirroring() %}{% trans %}How can I run a mirror of PyPI?{% endtrans %}{% endmacro %}
6363
{% macro APIs() %}{% trans %}Does PyPI have APIs I can use?{% endtrans %}{% endmacro %}
@@ -698,12 +698,7 @@ <h3 id="upcoming-changes">{{ upcoming_changes() }}</h3>
698698

699699
<h3 id="beta-badge">{{ beta_badge() }}</h3>
700700
<p>{% trans %}When Warehouse's maintainers are deploying new features, at first we mark them with a small "beta feature" symbol to tell you: this should probably work fine, but it's new and less tested than other site functionality.{% endtrans %}</p>
701-
<p>{% trans %}Currently, the following features are in beta:{% endtrans %}</p>
702-
<ul>
703-
<li><a href="#utfkey">{{ utfkey() }}</a></li>
704-
<li><a href="#utfdevices">{{ utfdevices() }}</a></li>
705-
<li><a href="#apitoken">{{ apitoken() }}</a></li>
706-
</ul>
701+
<p>{% trans %}Currently, no features are in beta.{% endtrans %}</p>
707702

708703
<h3 id="pronunciation">{{ pronunciation() }}</h3>
709704
<p>

0 commit comments

Comments
 (0)