security: prevent same passcode from being reused

Reported by @cezar97.
This commit is contained in:
Unknwon
2018-05-21 14:24:06 +08:00
parent cd093a07a3
commit 01ccc2cc96
7 changed files with 267 additions and 237 deletions

View File

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