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

Use oldPassword #3

Closed
DavideEva opened this issue Nov 12, 2020 · 0 comments
Closed

Use oldPassword #3

DavideEva opened this issue Nov 12, 2020 · 0 comments
Assignees

Comments

@DavideEva
Copy link
Collaborator

Use oldPassword field in user password update.
/api/users/:id
PUT
Old input:

{
  password?: password,
  email?: email
}

New input:

{
  oldPassword?: password,
  password?: password,
  email?: email
}
@DavideEva DavideEva added this to To Do in Angular Frontend via automation Nov 12, 2020
@DavideEva DavideEva removed this from To Do in Angular Frontend Nov 12, 2020
@DavideEva DavideEva added this to To Do in NodeJS Backend via automation Nov 12, 2020
NodeJS Backend automation moved this from To Do to Done Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants