18339: Tweak upgrade note.
authorTom Clegg <tom@curii.com>
Thu, 18 Nov 2021 20:00:19 +0000 (15:00 -0500)
committerTom Clegg <tom@curii.com>
Thu, 18 Nov 2021 20:00:19 +0000 (15:00 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

doc/admin/upgrading.html.textile.liquid

index a39499babe5cca221b1cf043d9ccc5815bbad0d0..1302bdf42f8604d6623c003064e79b04d78be74a 100644 (file)
@@ -41,7 +41,7 @@ h2(#main). development main (as of 2021-11-10)
 
 h3. Previously trashed role groups will be deleted
 
-Due to a bug in previous versions, the @DELETE@ operation on a role group caused the group to be flagged as trash in the database, but continue to grant permissions regardless. After upgrading, any role groups that had been trashed this way will be deleted. This might surprise some users if they were relying on permissions that were still in effect due to this bug. Future @DELETE@ operations on a role group will delete the group immediately.
+Due to a bug in previous versions, the @DELETE@ operation on a role group caused the group to be flagged as trash in the database, but continue to grant permissions regardless. After upgrading, any role groups that had been trashed this way will be deleted. This might surprise some users if they were relying on permissions that were still in effect due to this bug. Future @DELETE@ operations on a role group will immediately delete the group and revoke the associated permissions.
 
 h3. Users are visible to other users by default