rokwire / rokwire/core-building-block
[BUG] Deleting user account does not delete associated profile and privacy objects for this account
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 3
- Forks
- 2
- Avg merge
- 5h 45m
- Merged PRs (30d)
- 3
Description
In UIUC app, being logged in as Misho Varbanov / varbanov / 655618818:
1. Call DELETE /services/account => succeeds;
2. Uninstall the client application, fresh install, to ensure the client does not keep wrong caches;
3. In onboarding, login again with the same credential.
4. The newly created account "inherits" the profile and privacy from the old account that was already deleted.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the DELETE /services/account endpoint and trace how account deletion handles the associated profile and privacy objects. Reproduce the deletion and subsequent login flow, then verify that a newly created account does not inherit data from the deleted account.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100