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.
gitea/routers
zeripath 2051f850ef
Ensure complexity, minlength and ispwned are checked on password setting (#18005) (#18015)
Backport #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>
3 years ago
..
api/v1 Ensure complexity, minlength and ispwned are checked on password setting (#18005) (#18015) 3 years ago
common Read expected buffer size (#17409) (#17430) 3 years ago
install Run Migrate in Install rather than just SyncTables (#17475) (#17486) 3 years ago
private Fix golangci-lint warnings (#17598 et al) (#17668) 3 years ago
utils just add some unit tests (#16291) 4 years ago
web Ensure complexity, minlength and ispwned are checked on password setting (#18005) (#18015) 3 years ago
init.go Add LRU mem cache implementation (#16226) 4 years ago