Skip to content

Commit

Permalink
Merge pull request #15 from ember-nexus/github-issue/13
Browse files Browse the repository at this point in the history
Added
  • Loading branch information
Syndesi authored Sep 29, 2023
2 parents 4cfe247 + 183cb94 commit 28fd657
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Added
- Add test scenario `endpoint.user.changePassword`, closes #13.

## 0.0.10 - 2023-09-26
### Added
Expand Down
12 changes: 12 additions & 0 deletions node/endpoint/user/changePassword/user.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "User",
"id": "57dc77cd-2706-4340-8ab2-617e22f592a8",
"data": {
"name": "User",
"email": "[email protected]",
"test": "endpoint.user.changePassword",
"_passwordHash": "$argon2i$v=19$m=65536,t=4,p=1$UkJWQlZtbXBnQkFVYmFndA$nDezKtcTUVp22jPmvR6KWGib7s2sUkyVgzG+oighfoQ",
"password": "1234",
"note": "User contains password only due to testing purposes."
}
}
Empty file.

0 comments on commit 28fd657

Please sign in to comment.