|
55 | 55 | {% macro compromised_password() %}{% trans %}Why is PyPI telling me my password is compromised?{% endtrans %}{% endmacro %}
|
56 | 56 | {% macro twoFA() %}{% trans %}What is two factor authentication and how does it work on PyPI?{% endtrans %}{% endmacro %}
|
57 | 57 | {% 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 %} |
61 | 61 |
|
62 | 62 | {% macro mirroring() %}{% trans %}How can I run a mirror of PyPI?{% endtrans %}{% endmacro %}
|
63 | 63 | {% macro APIs() %}{% trans %}Does PyPI have APIs I can use?{% endtrans %}{% endmacro %}
|
@@ -698,12 +698,7 @@ <h3 id="upcoming-changes">{{ upcoming_changes() }}</h3>
|
698 | 698 |
|
699 | 699 | <h3 id="beta-badge">{{ beta_badge() }}</h3>
|
700 | 700 | <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> |
707 | 702 |
|
708 | 703 | <h3 id="pronunciation">{{ pronunciation() }}</h3>
|
709 | 704 | <p>
|
|
0 commit comments