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

Implement the ability to update user email address #353

Merged
merged 4 commits into from
Oct 13, 2020
Merged

Commits on Oct 8, 2020

  1. feat(add user entity column for newemail): update user entity with ne…

    …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 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    4aef2fe View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    bcbab8f View commit details
    Browse the repository at this point in the history
  2. feat(new api for revoke and validate email request): new api's with u…

    …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 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    152cbf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. feat(email-validate component): created the email-validate.component.…

    …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 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    5c1dd87 View commit details
    Browse the repository at this point in the history