Skip to content

Commit

Permalink
[release] v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Nov 28, 2023
1 parent d91b0ce commit 7a3fdfb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 0.13.1
- Fix a security issue with token (thansk @vncloudsco)

## Version 0.13.0
- Display container stacks as a group in the UI
- New Delete modal to delete services entirely
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.13.0",
"version": "0.13.1",
"description": "",
"main": "test-server.js",
"bugs": {
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<a href="https://github.com/owengraven"><img src="https://avatars.githubusercontent.com/owengraven" style="border-radius:48px" width="48" height="48" alt="Owen" title="Owen" /></a>
<a href="https://github.com/DGAzr"><img src="https://avatars.githubusercontent.com/DGAzr" style="border-radius:48px" width="48" height="48" alt="null" title="null" /></a>
<a href="https://github.com/LostPoE"><img src="https://avatars.githubusercontent.com/LostPoE" style="border-radius:48px" width="48" height="48" alt="null" title="null" /></a>
<a href="https://github.com/eldergod1800"><img src="https://avatars.githubusercontent.com/eldergod1800" style="border-radius:48px" width="48" height="48" alt="null" title="null" /></a>
<a href="https://github.com/Dimtar"><img src="https://avatars.githubusercontent.com/Dimtar" style="border-radius:48px" width="48" height="48" alt="Daniel C" title="Daniel C" /></a>
</p><!-- /sponsors -->

Expand Down
2 changes: 1 addition & 1 deletion src/user/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func UserRegister(w http.ResponseWriter, req *http.Request) {
"RegisterKeyExp": time.Time{},
"RegisteredAt": RegisteredAt,
"LastPasswordChangedAt": time.Now(),
"PassowrdCycle": user.PasswordCycle + 1,
"PasswordCycle": user.PasswordCycle + 1,
},
})

Expand Down

0 comments on commit 7a3fdfb

Please sign in to comment.