]> source.dussan.org Git - gitea.git/commit
Fix password complexity check on registration (#8887)
authorguillep2k <18600385+guillep2k@users.noreply.github.com>
Sat, 9 Nov 2019 03:40:37 +0000 (00:40 -0300)
committerLunny Xiao <xiaolunwen@gmail.com>
Sat, 9 Nov 2019 03:40:37 +0000 (11:40 +0800)
commit6e1912c73ac3b350593efbe4e3ac8f37b052e008
tree9d409e3ac579a67dc5103202df8c4dfa2afbbf55
parent9ae4c17cb1fde0eaa1556e545a8871b6a70d2efa
Fix password complexity check on registration (#8887)

* Fix registration password complexity

* Fix integration to use a complex password ;)
integrations/signup_test.go
routers/user/auth.go