You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeripath d29b689f81
Ensure complexity, minlength and ispwned are checked on password setting (#18005)
It appears that there are several places that password length, complexity and ispwned
are not currently been checked when changing passwords. This PR adds these.

Fix #17977

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
3 years ago
..
setting Some repository refactors (#17950) 3 years ago
auth.go Ensure complexity, minlength and ispwned are checked on password setting (#18005) 3 years ago
auth_openid.go Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes (#16766) 3 years ago
avatar.go Move user related model into models/user (#17781) 3 years ago
home.go Refactor HTTP request context (#17979) 3 years ago
home_test.go Decouple unit test code from business code (#17623) 3 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago
notification.go Multiple Escaping Improvements (#17551) 3 years ago
oauth.go Refactor HTTP request context (#17979) 3 years ago
oauth_test.go Move user related model into models/user (#17781) 3 years ago
profile.go Move repository model into models/repo (#17933) 3 years ago
task.go Correctly handle failed migrations (#17575) 3 years ago