forked from acearo/base-laravel
User deletion fails due to foreign key constraints #2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Users can't be deleted if they own any existing recipes. Deletion should prompt for what user, if any, to transfer recipe ownership to. If none is selected, deletion should cascade and owned recipes should be removed - should require confirmation before doing.
Alternatively, recipe ownership could be set to separate "abandoned" user and allow other users to take ownership of them.