Index: openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl,v diff -u -r1.98.2.14 -r1.98.2.15 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 15 Feb 2022 17:00:18 -0000 1.98.2.14 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 7 Sep 2022 13:56:39 -0000 1.98.2.15 @@ -1526,6 +1526,12 @@ # acs_user::flush_cache -user_id $user_id + # + # All user's direct permissions have been revoked, flush the + # permissions cache as well. + # + permission::cache_flush -party_id $user_id + return }