diff --git a/_posts/2025-03-19-Introducing-Conan-Audit-Command.markdown b/_posts/2025-03-19-Introducing-Conan-Audit-Command.markdown
index 11e3a4e8..b1a76d6b 100644
--- a/_posts/2025-03-19-Introducing-Conan-Audit-Command.markdown
+++ b/_posts/2025-03-19-Introducing-Conan-Audit-Command.markdown
@@ -42,8 +42,9 @@ number of scans per day.
### Registering for the Service
-Before using `conan audit`, you need to sign up for the free service. Upon registration, you
-will receive a token that must be validated via email.
+Before using `conan audit`, you need to sign up for the free service to obtain
+an access token. After registering, you will receive an email with a link to a
+page that displays your token.
To register, go to [https://audit.conan.io/register](https://audit.conan.io/register) and
fill in your details.
@@ -58,20 +59,23 @@ fill in your details.
> - To ensure fair usage and prevent abuse, there is a limit of **100 queries per day**,
> which resets every 24 hours.
-After registration, you will receive a token. Please make sure to store it securely as it
-will only be displayed once.
+After registering, you will receive an email with a validation link that takes
+you to a page where you can view your access token.
-
+
-Next, you will receive an email to validate your token. Once validated, you can start
-using `conan audit`.
+Click the link to access the page where your token is displayed. **Make sure to
+store it securely, as the link will only work once and cannot be used again to
+view the token**.
-
+
+Now you can start using `conan audit`.
+
### Using the `conan audit` Command
The first thing you need to do is update the security provider token for Conan Center. Do
diff --git a/assets/post_images/2025-03-19/conan-audit-register.png b/assets/post_images/2025-03-19/conan-audit-register.png
index f692696c..b43c9965 100644
Binary files a/assets/post_images/2025-03-19/conan-audit-register.png and b/assets/post_images/2025-03-19/conan-audit-register.png differ
diff --git a/assets/post_images/2025-03-19/conan-audit-token.png b/assets/post_images/2025-03-19/conan-audit-token.png
index 555ab54d..56d59d57 100644
Binary files a/assets/post_images/2025-03-19/conan-audit-token.png and b/assets/post_images/2025-03-19/conan-audit-token.png differ
diff --git a/assets/post_images/2025-03-19/conan-audit-validation.png b/assets/post_images/2025-03-19/conan-audit-validation.png
index a377a162..123c503a 100644
Binary files a/assets/post_images/2025-03-19/conan-audit-validation.png and b/assets/post_images/2025-03-19/conan-audit-validation.png differ