openedx / openedx/openedx-app-android
[Android] Impossible to delete your account until your email address is verified. Password error message when password is correct
Open
Nobody has claimed this yet.
bug
- Dominant language
- Kotlin
- Stars
- 36
- Forks
- 61
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 2
Description
Steps to reproduce:
- Open app
- Create new account (after registration you will receive a confirmation email at the email address - Don't confirm your account )
- Tap on Profile
- Tap on "Edit" button
- Tap on "Delete account" button
- Enter correct password into password field
- Tap on "Yes, delete account" button
Result:
- Impossible to delete your account until your email address is verified.
- The user can learn about the impossibility of deleting only from the web.
- Password error message when password is correct.
Expected result: Necessary to inform the user about the reason for the impossibility of deleting the account.
Attachment:
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 by reproducing the issue in the Android app through Profile > Edit > Delete account with an unverified email and a correct password. Trace the account-deletion flow from that screen and identify how verification failures are reported. Done means the user is told that email verification is required instead of seeing a password error, with the flow covered by an appropriate test if one exists.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- authentication, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100