]> source.dussan.org Git - gitea.git/commit
Fix missing password length check when change password (#3039) (#3071)
authorLunny Xiao <xiaolunwen@gmail.com>
Sun, 3 Dec 2017 01:49:25 +0000 (09:49 +0800)
committerGitHub <noreply@github.com>
Sun, 3 Dec 2017 01:49:25 +0000 (09:49 +0800)
commit3d688bd2ccf3cf6f1f102a4eee1fc73c2054c694
tree2aaf5f02a799cd4c14d6022323363dbb7f447905
parentce4a52c22c287b5eec693cee992711b4cbb00321
Fix missing password length check when change password (#3039) (#3071)

* fix missing password length check when change password

* add tests for change password
modules/test/context_tests.go
routers/user/setting.go
routers/user/setting_test.go [new file with mode: 0644]