You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow a user to delete their profile, and all their projects (see also #48, which needs to be done first).
I don't know how exactly this should work. We fetch, store, and use some data about Recursers from the RC API, and I don't think deleting a user profile would alter any of that data. Is it better to delete the User record and leave behind some kind of deleted user record? Or is it better to hold on to some of the User record, clear the user-entered data, and mark it as inactive? If someone who deleted their profile logs back in again, what should happen?
The text was updated successfully, but these errors were encountered:
Allow a user to delete their profile, and all their projects (see also #48, which needs to be done first).
I don't know how exactly this should work. We fetch, store, and use some data about Recursers from the RC API, and I don't think deleting a user profile would alter any of that data. Is it better to delete the
User
record and leave behind some kind of deleted user record? Or is it better to hold on to some of theUser
record, clear the user-entered data, and mark it as inactive? If someone who deleted their profile logs back in again, what should happen?The text was updated successfully, but these errors were encountered: