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.
forgejo/routers/user/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>
4 years ago
..
account.go Check passwords against HaveIBeenPwned (#12716) 4 years ago
account_test.go Add password requirement info on error (#9074) 5 years ago
applications.go [API] Delete Token accept names too (#12366) 4 years ago
keys.go Allow addition of gpg keyring with multiple keys (#12487) 4 years ago
main_test.go Splitted the user settings code into several files to be more maintainable (#3968) 6 years ago
oauth2.go Refactor UpdateOAuth2Application (#11034) 4 years ago
profile.go Add hide activity option (#11353) 4 years ago
security.go [API] Delete Token accept names too (#12366) 4 years ago
security_openid.go fix missing data on redirects (#3975) 6 years ago
security_twofa.go Whenever the ctx.Session is updated, release it to save it before sending the redirect (#11456) 4 years ago
security_u2f.go Whenever the ctx.Session is updated, release it to save it before sending the redirect (#11456) 4 years ago