Deleting a user should be prevented if they are the active creator of any project
Created by: obe1line
I created two users and removed one of them, unfortunately the deleted user had created a project. Once removed, the project could not be seen and I got the error described in Issue #3500 - fix was to change the creator_id in the project table to an existing user.
Can a change be made to prevent deletion of a user if they have active projects?
Thanks, Chris