18339: Clarify consequences of delete-role bug.
authorTom Clegg <tom@curii.com>
Thu, 18 Nov 2021 16:52:01 +0000 (11:52 -0500)
committerTom Clegg <tom@curii.com>
Thu, 18 Nov 2021 16:52:01 +0000 (11:52 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

doc/admin/upgrading.html.textile.liquid

index 59d41e6c25f54c9a5aae296b68a4c4b44f411d1e..a39499babe5cca221b1cf043d9ccc5815bbad0d0 100644 (file)
@@ -41,7 +41,7 @@ h2(#main). development main (as of 2021-11-10)
 
 h3. Previously trashed role groups will be deleted
 
-A bug in previous versions caused role groups to be flagged as trash instead of being deleted by a @DELETE@ operation. After upgrading, any groups that had been trashed this way will be deleted, and future @DELETE@ operations will delete role groups as intended.
+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.
 
 h3. Users are visible to other users by default