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
#209 0 comments 0 reactions 0 assignees View on GitHub

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:

  1. Open app
  2. Create new account (after registration you will receive a confirmation email at the email address - Don't confirm your account )
  3. Tap on Profile
  4. Tap on "Edit" button
  5. Tap on "Delete account" button
  6. Enter correct password into password field
  7. Tap on "Yes, delete account" button

Result:

  1. Impossible to delete your account until your email address is verified.
  2. The user can learn about the impossibility of deleting only from the web.
  3. 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:
Image
Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.