mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-28 06:12:21 +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:
13
vendor/go.jolheiser.com/pwn/README.md
generated
vendored
Normal file
13
vendor/go.jolheiser.com/pwn/README.md
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Have I Been Pwned
|
||||
|
||||
Go library for interacting with [HaveIBeenPwned](https://haveibeenpwned.com/).
|
||||
|
||||
Implemented:
|
||||
|
||||
* [ ] Breaches
|
||||
* [ ] Pastes
|
||||
* [x] Passwords
|
||||
|
||||
## License
|
||||
|
||||
[MIT](LICENSE)
|
Reference in New Issue
Block a user