Skip to content

authz: exclude soft-deleted users when update perms

Administrator requested to merge jc/perms-store-exlucde-soft-deleted-users into master

Created by: unknwon

This PR modifies the SQL to exclude soft-deleted users from updating perms for them.

This is necessary because when a user is deleted (soft and hard), we clean up rows in perms tables.

Merge request reports

Loading