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

Fix forgot password functionality #217

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

MaHaWo
Copy link
Collaborator

@MaHaWo MaHaWo commented Dec 20, 2024

  • add forgot and reset password functionality
  • add some backend tests
  • add route in frontend
  • add respective page implementation in frontend

fixes #199

@MaHaWo MaHaWo requested a review from lkeegan December 20, 2024 12:29
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 109 lines in your changes missing coverage. Please review.

Project coverage is 1.47%. Comparing base (4cbc0c8) to head (0a2d3a1).

Files with missing lines Patch % Lines
...end/src/routes/resetPassword/[[code]]/+page.svelte 0.00% 85 Missing and 1 partial ⚠️
...ntend/src/lib/components/UserForgotPassword.svelte 0.00% 20 Missing and 1 partial ⚠️
frontend/src/lib/components/UserLogin.svelte 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            main    #217      +/-   ##
========================================
- Coverage   1.52%   1.47%   -0.06%     
========================================
  Files         83      84       +1     
  Lines       2488    2581      +93     
  Branches      95      96       +1     
========================================
  Hits          38      38              
- Misses      2370    2462      +92     
- Partials      80      81       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MaHaWo
Copy link
Collaborator Author

MaHaWo commented Dec 20, 2024

flaky statistics test is still in here. it is fixed in #214

@MaHaWo MaHaWo self-assigned this Dec 20, 2024
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.

Complete the forgot my password functionality
2 participants