mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-25 03:00:04 +02:00
fix 500: E-mail already used in user settings page
This commit is contained in:
parent
81a44e4cd0
commit
63c1f9a23f
4 changed files with 6 additions and 6 deletions
|
@ -74,11 +74,11 @@ func checkVersion() {
|
|||
|
||||
// Check dependency version.
|
||||
checkers := []VerChecker{
|
||||
{"github.com/Unknwon/macaron", macaron.Version, "0.4.7"},
|
||||
{"github.com/Unknwon/macaron", macaron.Version, "0.4.9"},
|
||||
{"github.com/macaron-contrib/binding", binding.Version, "0.0.4"},
|
||||
{"github.com/macaron-contrib/csrf", csrf.Version, "0.0.1"},
|
||||
{"github.com/macaron-contrib/i18n", i18n.Version, "0.0.4"},
|
||||
{"github.com/macaron-contrib/session", session.Version, "0.1.0"},
|
||||
{"github.com/macaron-contrib/i18n", i18n.Version, "0.0.5"},
|
||||
{"github.com/macaron-contrib/session", session.Version, "0.1.1"},
|
||||
}
|
||||
for _, c := range checkers {
|
||||
ver := strings.Join(strings.Split(c.Version(), ".")[:3], ".")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue