2fa relnote (#9698)

* release note for 2FA

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* Added note about account recovery

* Updated note

* updated date
This commit is contained in:
lena-larionova 2019-10-21 13:35:48 -07:00 committed by GitHub
commit e8d8b1de49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -9,6 +9,25 @@ toc_max: 2
Here you can learn about the latest changes, new features, bug fixes, and
known issues for each Docker Hub release.
# 2019-10-21
### New features
* **Beta:** Docker Hub now supports [two-factor authentication (2FA)](/docker-hub/2fa). Enable it in your account settings, under the **[Security](https://hub.docker.com/settings/security)** section.
> If you lose both your 2FA authentication device and recovery code, you may
> not be able to recover your account.
{: .important }
### Enhancements
* As a security measure, when two-factor authentication is enabled, the Docker CLI requires a personal access token instead of a password to log in.
### Known Issues
* Scan results don't appear for some official images.
# 2019-10-02
### Enhancements