mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
Check passwords against HaveIBeenPwned (#12716)
* Implement pwn Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update module Signed-off-by: jolheiser <john.olheiser@gmail.com> * Apply suggestions mrsdizzie Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Add link to HIBP Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add more details to admin command Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add context to pwn Signed-off-by: jolheiser <john.olheiser@gmail.com> * Consistency and making some noise ;) Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: mrsdizzie <info@mrsdizzie.com> Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
3
vendor/go.jolheiser.com/pwn/go.mod
generated
vendored
Normal file
3
vendor/go.jolheiser.com/pwn/go.mod
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module go.jolheiser.com/pwn
|
||||
|
||||
go 1.15
|
Reference in New Issue
Block a user