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

1147 add feature to resend new user emails #1343

Merged
merged 7 commits into from
Dec 13, 2024

Conversation

icoxxx
Copy link
Contributor

@icoxxx icoxxx commented Dec 12, 2024

Description:

Backend Changes:

  • Integrated the resend email with temporary password feature (only admin) to newly registered users.
  • Unit Tests:
    Added unit tests to validate the logic for resending emails and updating user details.
  • e2e Tests:
    Implemented e2e tests to ensure the feature works as expected through API endpoints.

Frontend Changes:

  • Updated the frontend interface to support the resend email feature.
  • Added UI element for triggering the resend email action (only to users with status === 'NEW').
  • Included error and success handling (toast messages).

Related issue(s):
#1147

@icoxxx icoxxx linked an issue Dec 12, 2024 that may be closed by this pull request
@icoxxx icoxxx self-assigned this Dec 12, 2024
icoxxx and others added 7 commits December 13, 2024 12:40
Signed-off-by: Hristiyan <[email protected]>
…or resending email and updating the user

Signed-off-by: Hristiyan <[email protected]>
Signed-off-by: Hristiyan <[email protected]>
Signed-off-by: Svetoslav Borislavov <[email protected]>
Signed-off-by: Hristiyan <[email protected]>
@icoxxx icoxxx force-pushed the 1147-add-feature-to-resend-new-user-emails branch from a25a24a to cbc61c3 Compare December 13, 2024 10:41
@SvetBorislavov SvetBorislavov merged commit 2aca253 into main Dec 13, 2024
13 checks passed
@SvetBorislavov SvetBorislavov deleted the 1147-add-feature-to-resend-new-user-emails branch December 13, 2024 12:18
SimiHunjan pushed a commit that referenced this pull request Dec 14, 2024
Signed-off-by: Hristiyan <[email protected]>
Signed-off-by: Svetoslav Borislavov <[email protected]>
Co-authored-by: Svetoslav Borislavov <[email protected]>
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.

Add feature to resend new user emails
2 participants