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

Resend confirmation email #542

Closed
erikguntner opened this issue Jul 19, 2023 · 0 comments · Fixed by #543
Closed

Resend confirmation email #542

erikguntner opened this issue Jul 19, 2023 · 0 comments · Fixed by #543
Assignees
Labels
Complexity: Missing enhancement New feature or request p-Feature: Host Registration Issue related to Host Registration points: missing python Pull requests that update Python code Role: Back End Section: 1 Related to Major Flows Section 1: Account Creation

Comments

@erikguntner
Copy link
Collaborator

Overview

Users need a way to request resending the confirmation email after signing up.

Action Items

Create an endpoint that takes the user's email as a parameter and resends the confirmation email.

Resources/Instructions

Boto3 docs for resending confirmation code:
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cognito-idp/client/resend_confirmation_code.html

Link to the Figma frame:
https://www.figma.com/file/BNWqZk8SHKbtN1nw8BB7VM/HUU-Everything-Figma-Nov-2022?type=design&node-id=6764-95252&mode=design&t=qXPmdmA4atJvkami-4

@erikguntner erikguntner added enhancement New feature or request Role: Back End p-Feature: Host Registration Issue related to Host Registration python Pull requests that update Python code Section: 1 Related to Major Flows Section 1: Account Creation labels Jul 19, 2023
@erikguntner erikguntner added this to the 6- MVP milestone Jul 19, 2023
@paulespinosa paulespinosa self-assigned this Jul 20, 2023
paulespinosa added a commit that referenced this issue Jul 20, 2023
A new API endpoint has been added to allow a user to resend a registration
confirmation to a user with the provided email.

Limitations:
For the MVP, this commit causes the API to rely on the Cognito service to rate
limit the requests rather than keep track of the requests itself.

closes #542
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Missing enhancement New feature or request p-Feature: Host Registration Issue related to Host Registration points: missing python Pull requests that update Python code Role: Back End Section: 1 Related to Major Flows Section 1: Account Creation
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

5 participants