gina-alaska / ckanext-loopback

CKAN extension to synchronize CKAN users with a LoopBack server.
0 stars 0 forks source link

User and organization delete operations are not implemented #5

Open cstephen opened 7 years ago

cstephen commented 7 years ago

If a user or organization is deleted from CKAN, this change is not currently pushed to LoopBack. On a technical level it's probably not hard to implement this. However, it opens the door to bigger questions. What should happen to a deleted user's or organization's data in LoopBack?

CKAN doesn't let you re-register usernames or organizations that have already been deleted, fortunately, but this is not a complete or long-term solution.