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

Allow users to update their passwords #464

Merged
merged 3 commits into from
Jul 7, 2022

Conversation

zhuyuanmao
Copy link
Contributor

Endpoint: POST /api/v1/users/:user_id/password
Request Body:

{
	"password": "foo2"
}

Signed-off-by: Yuanmao Zhu yuanmao@ualberta.ca

Endpoint: POST `/api/v1/users/:user_id/password`
Request Body:
```
{
	"password": "foo2"
}
```

Signed-off-by: Yuanmao Zhu <yuanmao@ualberta.ca>
@zhuyuanmao zhuyuanmao requested a review from a team July 4, 2022 02:50
Signed-off-by: Yuanmao Zhu <yuanmao@ualberta.ca>
Signed-off-by: Yuanmao Zhu <yuanmao@ualberta.ca>
@zhuyuanmao zhuyuanmao changed the title Add a feature that allows users to update their passwords Allow users to update their passwords Jul 4, 2022
@yeasy yeasy merged commit a725564 into hyperledger-cello:main Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants