From 53ab9e3b5851c12c20a75f415303b1930f3042e8 Mon Sep 17 00:00:00 2001 From: Sumana Harihareswara Date: Fri, 17 Jan 2020 05:08:49 -0500 Subject: [PATCH] Move 2FA and API tokens out of beta (#7250) Addresses #5661. --- warehouse/templates/pages/help.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/warehouse/templates/pages/help.html b/warehouse/templates/pages/help.html index a5b0150ea609..ff67fddc24ba 100644 --- a/warehouse/templates/pages/help.html +++ b/warehouse/templates/pages/help.html @@ -55,9 +55,9 @@ {% macro compromised_password() %}{% trans %}Why is PyPI telling me my password is compromised?{% endtrans %}{% endmacro %} {% macro twoFA() %}{% trans %}What is two factor authentication and how does it work on PyPI?{% endtrans %}{% endmacro %} {% macro totp() %}{% trans %}How does two factor authentication with an authentication application (TOTP) work? How do I set it up on PyPI?{% endtrans %}{% endmacro %} -{% 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 %} {% trans %}Beta feature{% endtrans %}{% endmacro %} -{% macro utfdevices() %}{% trans %}What devices (other than a USB key) can I use as a security device?{% endtrans %} {% trans %}Beta feature{% endtrans %}{% endmacro %} -{% macro apitoken() %}{% trans %}How can I use API tokens to authenticate with PyPI?{% endtrans %} {% trans %}Beta feature{% endtrans %}{% endmacro %} +{% 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 %} +{% macro utfdevices() %}{% trans %}What devices (other than a USB key) can I use as a security device?{% endtrans %}{% endmacro %} +{% macro apitoken() %}{% trans %}How can I use API tokens to authenticate with PyPI?{% endtrans %}{% endmacro %} {% macro mirroring() %}{% trans %}How can I run a mirror of PyPI?{% endtrans %}{% endmacro %} {% macro APIs() %}{% trans %}Does PyPI have APIs I can use?{% endtrans %}{% endmacro %} @@ -698,12 +698,7 @@

{{ upcoming_changes() }}

{{ beta_badge() }}

{% 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 %}

-

{% trans %}Currently, the following features are in beta:{% endtrans %}

- +

{% trans %}Currently, no features are in beta.{% endtrans %}

{{ pronunciation() }}