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.
gitea/routers
Xinyu Zhou 68e934ab5d
Add option to enable CAPTCHA validation for login (#21638)
Enable this to require captcha validation for user login. You also must
enable `ENABLE_CAPTCHA`.

Summary:
- Consolidate CAPTCHA template
- add CAPTCHA handle and context
- add `REQUIRE_CAPTCHA_FOR_LOGIN` config and docs
- Consolidate CAPTCHA set-up and verification code 

Partially resolved #6049 

Signed-off-by: Xinyu Zhou <i@sourcehut.net>
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Andrew Thornton <art27@cantab.net>
2 years ago
..
api Replace yaml.v2 with yaml.v3 (#21832) 2 years ago
common Fix setting HTTP headers after write (#21833) 2 years ago
install Fix token generation when using INTERNAL_TOKEN_URI (#21669) 2 years ago
private Add `context.Context` to more methods (#21546) 2 years ago
utils refactor webhook *NewPost (#20729) 3 years ago
web Add option to enable CAPTCHA validation for login (#21638) 2 years ago
init.go Add some documentation to packages (#21648) 2 years ago