1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-04 03:31:41 +02:00
gitea/modules/setting
John Olheiser c6e4bc53aa
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>
2020-09-08 17:06:39 -05:00
..
attachment.go
cache.go
cors.go
cron.go
database_sqlite.go
database_test.go
database.go
git.go [Vendor] Switch go-version lib (#12719) 2020-09-05 12:42:58 -04:00
indexer_test.go
indexer.go Support elastic search for code search (#10273) 2020-08-30 19:08:01 +03:00
lfs.go LFS support to be stored on minio (#12518) 2020-09-08 23:45:10 +08:00
log.go
mailer.go
markup.go
migrations.go
project.go
queue.go
repository.go
service.go
session.go
setting.go Check passwords against HaveIBeenPwned (#12716) 2020-09-08 17:06:39 -05:00
task.go
webhook.go