Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings - Cannot delete an account with 1 shared channel #4532

Closed
pcenov opened this issue Apr 23, 2024 · 3 comments · Fixed by #4607
Closed

Settings - Cannot delete an account with 1 shared channel #4532

pcenov opened this issue Apr 23, 2024 · 3 comments · Fixed by #4607

Comments

@pcenov
Copy link
Member

pcenov commented Apr 23, 2024

Observed behavior

Observed while testing #4518 - it's not possible to delete an account with one shared channel.
See the following video:

2024-04-23_12-01-25.mp4

Expected behavior

The text under 'Delete account' states that: You must delete these channels manually or invite others to edit them before you can delete your account. Since I have invited others then it should be possible to delete the account while it's not.

Steps to reproduce the issue

  1. Create a brand new account
  2. Create a channel and share it with someone so that they can edit it.
  3. Go to Settings > Account and attempt to delete the account.

Usage Details

@pcenov
Copy link
Member Author

pcenov commented Apr 23, 2024

@radinamatic

@radinamatic radinamatic added this to the Studio: Q1-24 Patch milestone Apr 23, 2024
@radinamatic radinamatic added bug P0 - critical Priority: Release blocker or regression DEV: frontend labels Apr 23, 2024
@radinamatic
Copy link
Member

cc @bjester

@bjester
Copy link
Member

bjester commented May 1, 2024

Vivek ran into this when working on user deletion. I believe we realized this isn't as simple as the copy makes it seem. The files uploaded by the user would have to be reassigned to another user. If that user has already uploaded content, that could push the user past the storage limit, opening many edges in how we handle this. The simplest near-term fix is to update the copy so that it aligns with the current behavior until we implement channel ownership features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants