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

Feature to reactivate deactivated accounts #4391

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Harshit28j
Copy link

@Harshit28j Harshit28j commented Jul 2, 2024

Issue: Currently, users can disable their accounts but have no way to reactivate them. Create a new page that allows users to reactivate their accounts.

Fix: I have created a new page on the front-end that generates an activation link based on the user's email address. This link is then sent to the user's email address. The account will be activated only when the user clicks on the link.

@Harshit28j
Copy link
Author

In this video, I have shown the following conditions:

  1. When the account is already active
  2. If the user does not exist
  3. Successful account activation
activation_user_cases.mp4

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 5.26316% with 18 lines in your changes missing coverage. Please review.

Project coverage is 68.96%. Comparing base (96968d6) to head (67a9cd9).
Report is 1110 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4391      +/-   ##
==========================================
- Coverage   72.93%   68.96%   -3.97%     
==========================================
  Files          83       20      -63     
  Lines        5368     3593    -1775     
==========================================
- Hits         3915     2478    -1437     
+ Misses       1453     1115     -338     
Files Coverage Δ
frontend/src/js/controllers/authCtrl.js 50.00% <5.26%> (-16.87%) ⬇️

... and 64 files with indirect coverage changes

Files Coverage Δ
frontend/src/js/controllers/authCtrl.js 50.00% <5.26%> (-16.87%) ⬇️

... and 64 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be3c597...67a9cd9. Read the comment docs.

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

Successfully merging this pull request may close these issues.

None yet

2 participants