[release] v0.13.1
This commit is contained in:
parent
d91b0cea85
commit
7a3fdfb467
4 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cosmos-server",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1",
|
||||
"description": "",
|
||||
"main": "test-server.js",
|
||||
"bugs": {
|
||||
|
|
|
@ -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 -->
|
||||
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue