1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-01 14:56:30 +00:00
gitea/routers/api/v1
zeripath d29b689f81
Ensure complexity, minlength and ispwned are checked on password setting ()
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 

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

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2021-12-17 10:03:39 +08:00
..
admin Ensure complexity, minlength and ispwned are checked on password setting () 2021-12-17 10:03:39 +08:00
misc Move keys to models/asymkey () 2021-12-10 16:14:24 +08:00
notify Fix 500 when a comment was deleted which has a notification () 2021-11-10 13:48:45 +08:00
org Add missing X-Total-Count and fix some related bugs () 2021-12-15 13:39:34 +08:00
repo Refactor HTTP request context () 2021-12-15 14:59:57 +08:00
settings Make mirror feature more configurable () 2021-09-07 17:49:36 +02:00
swagger Add API to get/edit wiki () 2021-10-25 11:43:40 +08:00
user Refactor HTTP request context () 2021-12-15 14:59:57 +08:00
utils Use a standalone struct name for Organization () 2021-11-19 19:41:40 +08:00
api.go Some repository refactors () 2021-12-12 23:48:20 +08:00