security: fix vulnerability in changing username

Reported by João Arnaut.
This commit is contained in:
Unknwon
2017-03-07 14:07:20 -05:00
parent c2f0711db0
commit e6dbfd918c
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.10.7.0306"
const APP_VER = "0.10.8.0307"
func init() {
setting.AppVer = APP_VER