From 4b0a2c30b72545fc2bf74d8efc2c716beb9551f8 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Tue, 4 Mar 2025 13:00:07 -0500 Subject: [PATCH] docs: Punctuation fix --- website/content/docs/release-notes/v0_19_0.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/release-notes/v0_19_0.mdx b/website/content/docs/release-notes/v0_19_0.mdx index 0c6c8aa062..31c80b1a7c 100644 --- a/website/content/docs/release-notes/v0_19_0.mdx +++ b/website/content/docs/release-notes/v0_19_0.mdx @@ -225,7 +225,7 @@ description: >- Version 0.19.0 introduced a soft delete for when a cached user's auth tokens are deleted, but there is a valid refresh token that is less than 20 days old. Boundary considers those users as deleted. But it keeps their user information in the cache so that it can restore the information, if they log in again.

- However, soft-deleted users were not being properly restored when they logged back in, and it affected search capabilities. + However, soft-deleted users were not being properly restored when they logged back in and it affected search capabilities.

This issue is resolved in version 0.19.1. Soft-deleted users are now properly restored as active when they log in again if the refresh token is less than 20 days old.