diff --git a/_includes/configure-registry-json.md b/_includes/configure-registry-json.md
index ed71ac2b93..c38f3ef3fb 100644
--- a/_includes/configure-registry-json.md
+++ b/_includes/configure-registry-json.md
@@ -23,7 +23,12 @@ The `registry.json` file must contain the following contents, where `myorg` is r
}
```
-You can use the following methods to create a `registry.json` file based on the user's operating system.
+In Docker Hub, you can download the `registry.json` file for your organization or copy the specific commands to create the file for your organization. To download the file or copy the commands from Docker Hub:
+1. Log in to [Docker Hub](http://hub.docker.com){: target="_blank" rel="noopener" class="_"} as an organization owner.
+2. Go to **Organizations** > **_Your Organization_** > **Settings**.
+3. Select **Enforce Sign-in** and continue with the on-screen instructions for Windows, Mac, or Linux.
+
+Alternatively, you can use the following methods to create a `registry.json` file based on the user's operating system.
- Windows
@@ -95,7 +100,7 @@ at `/Library/Application Support/com.docker.docker/registry.json` and includes
the organization information the user belongs to. Make sure the file has the
expected content and can't be edited by the user, only by the administrator.
-Verify that the content of the file contains the correct information;
+Verify that the content of the file contains the correct information:
```console
$ sudo cat "/Library/Application Support/com.docker.docker/registry.json"
diff --git a/docker-hub/release-notes.md b/docker-hub/release-notes.md
index 4c7b27991e..28552469bc 100644
--- a/docker-hub/release-notes.md
+++ b/docker-hub/release-notes.md
@@ -11,12 +11,18 @@ known issues for each Docker Hub release.
Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/projects/1){: target="_blank" rel="noopener" class="_"} to see what's coming next.
-## 2022-09-12
+## 2022-09-21
+### Enhancement
+
+In Docker Hub, you can now download a [registry.json](../docker-hub/configure-sign-in.md) file or copy the commands to create a registry.json file to enforce sign-in for your organization.
+
+## 2022-09-19
### Enhancement
You can now [export a CSV file of members](../docker-hub/members.md/#export-members) from organizations that you own.
+
## 2022-07-22
### Enhancement