#185: Change Content Owner if Current Owner is Deleted
- Contents
- Proposed by
- Jon Stahl
- Seconded by
- Alexander Limi
- Proposal type
- Architecture
- State
- being-discussed
Motivation
Currently, if the user that owns a content object is deleted, that content object becomes "orphaned" (has no owner) which can lead to unpredictable behavior, and it is not always possible easily reassign ownership through the Plone UI.
Fixing this behavior will prevent site managers from accidentally making content inaccessible when they delete users.
Proposal
When a user is deleted, Plone should
- Check to see if that users owns any content objects
- If so, present a dialog that:
- Shows which content objects the user owns
- Allows you to choose a new user who should be assigned ownership of the objects
- Reassign ownership of the objects
- Delete the user as requested
Also allow for deleting all the content the user owned