From ddcf246fbb2e2ed94df6e1d237ac0f1fdd937ad2 Mon Sep 17 00:00:00 2001 From: Magnus Jensen Date: Mon, 1 Jun 2026 17:22:31 +0200 Subject: [PATCH] Fix local admin account link in release article (#46562) --- articles/fleet-4.86.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/fleet-4.86.0.md b/articles/fleet-4.86.0.md index 9007705b5a..a897274684 100644 --- a/articles/fleet-4.86.0.md +++ b/articles/fleet-4.86.0.md @@ -17,7 +17,7 @@ Fleet 4.86.0 is now available. See the complete [changelog](https://github.com/f ### Rotate local admin password -Building on the [local admin account](https://fleetdm.com/articles/fleet-4.85.0#create-a-local-admin-account-during-macos-setup) introduced in 4.85, Fleet now lets admins rotate the hidden account's password directly from the **Host details** page. After an admin views the password, Fleet starts a countdown and automatically rotates it roughly an hour later — limiting how long a credential is valid after it's been seen. Admins can also rotate immediately using the **Rotate password** button at any time. Every rotation is logged as an activity, whether triggered manually or automatically by Fleet. +Building on the [local admin account](https://fleetdm.com/releases/fleet-4-85-0#create-a-local-admin-account-during-macos-setup) introduced in 4.85, Fleet now lets admins rotate the hidden account's password directly from the **Host details** page. After an admin views the password, Fleet starts a countdown and automatically rotates it roughly an hour later — limiting how long a credential is valid after it's been seen. Admins can also rotate immediately using the **Rotate password** button at any time. Every rotation is logged as an activity, whether triggered manually or automatically by Fleet. GitHub issue: [#37142](https://github.com/fleetdm/fleet/issues/37142)