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 password #50

Closed
alejandrosaenz117 opened this issue May 17, 2020 · 0 comments
Closed

Ability to update user password #50

alejandrosaenz117 opened this issue May 17, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@alejandrosaenz117
Copy link
Collaborator

alejandrosaenz117 commented May 17, 2020

As a user, I should be able to update my password so that I can continue to keep my account secure.

A new form should be appended to the user-profile.component that gives the ability to update the user's password. The form should contain three fields:

  1. Current user password
  2. New user password
  3. Confirm new user password

Utilize the updatePassword function in the user.controller.ts file.

Once the password is updated, it'll take effect immediately for the next login.

@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 self-assigned this Jun 12, 2020
alejandrosaenz117 added a commit that referenced this issue Jun 17, 2020
Give's the user the ability to update their password

feat #50
alejandrosaenz117 added a commit that referenced this issue Jul 8, 2020
Wired API to auth service and user profile so that a user can update their password via their
profile

feat #50
alejandrosaenz117 added a commit that referenced this issue Jul 8, 2020
Updated element ID of security form.  Removed priority Unit Testing flag

re #50
@alejandrosaenz117 alejandrosaenz117 mentioned this issue Jul 9, 2020
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
Projects
None yet
Development

No branches or pull requests

1 participant