Skip to content

Update 2fa ID #6110

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

Merged
merged 1 commit into from
Jun 27, 2019
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions warehouse/templates/pages/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2><a href="#my-account">My Account</a></h2>
<ul>
<li><a href="#verified-email">{{ verified_email() }}</a></li>
<li><a href="#compromised-password">{{ compromised_password() }}</a></li>
<li><a href="#2fa">{{ twoFA() }}</a></li>
<li><a href="#twofa">{{ twoFA() }}</a></li>
<li><a href="#totp">{{ totp() }}</a></li>
<li><a href="#utfkey">{{ utfkey() }}</a></li>
</ul>
Expand Down Expand Up @@ -177,7 +177,7 @@ <h3 id="compromised-password">{{ compromised_password() }}</h3>
<p>If you receive an error message saying that "This password appears in a breach or has been compromised and cannot be used", you should change it all other places that you use it as soon as possible.</p>
<p>If you have received this error while attempting to log in or upload to PyPI, then your password has been reset and you cannot log in to PyPI until you <a href="{{ request.route_url('accounts.request-password-reset') }}">reset your password</a>.</p>

<h3 id="2fa">{{ twoFA() }}</h3>
<h3 id="twofa">{{ twoFA() }}</h3>
<p>Users who have chosen to set up two factor authentication (2FA) on their PyPI account must provide a second method of identity verification (other than their username and password) to log in. This only affects login via browser, and not (yet) package uploads (<a href="https://discuss.python.org/t/pypi-security-work-multifactor-auth-progress-help-needed/1042">details</a>).</p>
<p>PyPI supports two 2FA methods: <a href="#totp">generating a code through a TOTP application</a>, and <a href="#utfkey">using a U2F security key</a>.</p>

Expand Down