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

Ability to update user email #49

Closed
alejandrosaenz117 opened this issue May 17, 2020 · 0 comments · Fixed by #353
Closed

Ability to update user email #49

alejandrosaenz117 opened this issue May 17, 2020 · 0 comments · Fixed by #353
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@alejandrosaenz117
Copy link
Collaborator

As a user, I should be able to update my email address so that I can update my login information.

Append to the user-profile.component by adding an additional form below the profile information. This will be a single field form that allows the user to update their email address.

Once a user's email has been updated, a confirmation email should be sent to the new email address so that Bulwark can verify the user. If the email is not verified, then the previous email is still active.

@alejandrosaenz117 alejandrosaenz117 added the enhancement New feature or request label May 17, 2020
@alejandrosaenz117 alejandrosaenz117 added this to the Q2 Goals milestone May 17, 2020
@alejandrosaenz117 alejandrosaenz117 modified the milestones: Q2 Goals, Q3 Goals Sep 2, 2020
@alejandrosaenz117 alejandrosaenz117 added the help wanted Extra attention is needed label Oct 6, 2020
@alejandrosaenz117 alejandrosaenz117 self-assigned this Oct 7, 2020
alejandrosaenz117 added a commit that referenced this issue Oct 8, 2020
…wEmail column

Updated user entity with newEmail column. Fixed failing unit tests for the user controller. added
contact information form to component.

BREAKING CHANGE: added new newEmail column to the user entity

feat #49
alejandrosaenz117 added a commit that referenced this issue Oct 9, 2020
…nit tests

Added new API for revoking and validating an email update request.  This update included it's
related unit tests.  Updated user-profile component with updated form.  Added new api's to auth
service.

feat #49
alejandrosaenz117 added a commit that referenced this issue Oct 13, 2020
…ts file

Created the email-validate.component.ts file and wired it to use the API. Fixed unit tests for the
user controller.

close #49
@alejandrosaenz117 alejandrosaenz117 linked a pull request Oct 13, 2020 that will close this issue
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant