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
From what I understand, user (who has create a workspace and deleted it) can't create new workspace because after deleting his previous workspace, user has not been soft deleted.
There is several cases where user should be soft deleted :
1/ if user delete his account
2/ if a user's workspace is deleted + user has no other workspace
3/ If a workspaceMember is removed + user has no other workspace
Hi @BOHEUS 👋
I'm digging in the codebase and I've related question : I don't understand how userWorkspace record can be deleted for a user deleting his account (from a workspace with other workspace members) - I don't find any clue in the deleteUser user service method logic.
Edit : I've just noticed the database event listener ! Thank you
Scenario:
Actual: New workspace can't be created with the same email after workspace is deleted
Expected: New workspace can be created with the same email after workspace is deleted
The text was updated successfully, but these errors were encountered: