Role membership not removed

I noticed that in Corteza 2024.9.3-rc.1, when a user is deleted, their role memberships are not removed; the user is still listed among the role members. Is this the intended behavior?

1 Like

As far as I can see this has been here from the start of Corteza.
Its the same for other resources, if you delete them they dont get “unconfigured”.

1 Like

I wouldn’t say this is intended, but it also shouldn’t cause any issues (it’ll just look a bit awkward).
As is, we don’t do cascading deletes so if you delete a thing, you need to delete the related bits as well. We’ll have a think about this to see what we want to do. I think that for most cases, we’ll implement some sort of cascading delete.

Thanks for your reply.

1 Like