Skip to content

Commit

Permalink
Hotfix due to duplicate email conflict, references #24.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Oct 28, 2023
1 parent c2003e6 commit 229aefc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
### Changed
- Hotfix due to duplicate email conflict, references #24.

## 0.0.15 - 2023-10-28
### Changed
Expand Down
2 changes: 1 addition & 1 deletion node/general/ownershipModel/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "e5d6c437-e13c-4fe8-85be-fc12e164eb17",
"data": {
"name": "User",
"email": "anonymous-[email protected]",
"email": "user@ownership-model.general.localhost.dev",
"scenario": "general.ownershipModel",
"_passwordHash": "$argon2i$v=19$m=65536,t=4,p=1$b1FSdkd1OU4zWTdDME1VMQ$sKQXJI9KQTZ5Ddok/dtj3+pbVnEaTY/p0RvhLWSCqSk",
"password": "1234",
Expand Down

0 comments on commit 229aefc

Please sign in to comment.