-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to enable CAPTCHA validation for login #21638
Commits on Oct 31, 2022
-
Allow to enable CAPTCHA validation for login
Enable this to require captcha validation for user login. You also must enable `ENABLE_CAPTCHA`. Summary: - refactor template to use captcha.tmpl - add CAPTCHA response string to SignInForm - add CAPTCHA handle and context - add `REQUIRE_CAPTCHA_FOR_LOGIN` config and docs Signed-off-by: Xinyu Zhou <[email protected]>
Xinyu Zhou committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for ad92a8e - Browse repository at this point
Copy the full SHA ad92a8eView commit details -
Signed-off-by: Xinyu Zhou <[email protected]>
Xinyu Zhou committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for f3cef9c - Browse repository at this point
Copy the full SHA f3cef9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11dc7ef - Browse repository at this point
Copy the full SHA 11dc7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6da162 - Browse repository at this point
Copy the full SHA c6da162View commit details -
Consolidate CAPTCHA set-up and verification code
There is too much copy&paste of this code. Move this to some common functions. Signed-off-by: Andrew Thornton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d70bc9 - Browse repository at this point
Copy the full SHA 3d70bc9View commit details
Commits on Nov 1, 2022
-
Xinyu Zhou authored
Nov 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 6ad5f14 - Browse repository at this point
Copy the full SHA 6ad5f14View commit details -
Merge pull request #1 from zeripath/patch-21638-captcha-for-login
Consolidate CAPTCHA set-up and verification code
Xinyu Zhou authoredNov 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 9c2351f - Browse repository at this point
Copy the full SHA 9c2351fView commit details
Commits on Nov 8, 2022
-
Merge branch 'main' into REQUIRE_CAPTCHA_FOR_LOGIN
Signed-off-by: Xinyu Zhou <[email protected]>
Xinyu Zhou committedNov 8, 2022 Configuration menu - View commit details
-
Copy full SHA for d02b04f - Browse repository at this point
Copy the full SHA d02b04fView commit details
Commits on Nov 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b839e86 - Browse repository at this point
Copy the full SHA b839e86View commit details -
CAPTCHA response field should be private variables
Signed-off-by: Xinyu Zhou <[email protected]>
Xinyu Zhou committedNov 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 86a2bd3 - Browse repository at this point
Copy the full SHA 86a2bd3View commit details
Commits on Nov 11, 2022
-
Merge branch 'main' into REQUIRE_CAPTCHA_FOR_LOGIN
Signed-off-by: Xinyu Zhou <[email protected]>
Xinyu Zhou committedNov 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 674847d - Browse repository at this point
Copy the full SHA 674847dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f07ec - Browse repository at this point
Copy the full SHA 12f07ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66c458f - Browse repository at this point
Copy the full SHA 66c458fView commit details
Commits on Nov 12, 2022
-
Update modules/context/captcha.go
Co-authored-by: delvh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7569531 - Browse repository at this point
Copy the full SHA 7569531View commit details -
Update modules/context/captcha.go
Co-authored-by: delvh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34125ae - Browse repository at this point
Copy the full SHA 34125aeView commit details -
Add comment to CAPTCHA filed <label></label>
Signed-off-by: Xinyu Zhou <[email protected]>
Xinyu Zhou committedNov 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 1774038 - Browse repository at this point
Copy the full SHA 1774038View commit details -
Merge branch 'main' into REQUIRE_CAPTCHA_FOR_LOGIN
Signed-off-by: Xinyu Zhou <[email protected]>
Xinyu Zhou committedNov 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 7c676d0 - Browse repository at this point
Copy the full SHA 7c676d0View commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cc7d1c4 - Browse repository at this point
Copy the full SHA cc7d1c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7700ba - Browse repository at this point
Copy the full SHA b7700baView commit details
Commits on Nov 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ced03dd - Browse repository at this point
Copy the full SHA ced03ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebe6456 - Browse repository at this point
Copy the full SHA ebe6456View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e19272 - Browse repository at this point
Copy the full SHA 7e19272View commit details
Commits on Nov 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a09578 - Browse repository at this point
Copy the full SHA 9a09578View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d93336 - Browse repository at this point
Copy the full SHA 9d93336View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b1133 - Browse repository at this point
Copy the full SHA c0b1133View commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7033873 - Browse repository at this point
Copy the full SHA 7033873View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9d235d - Browse repository at this point
Copy the full SHA c9d235dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eb6e2e - Browse repository at this point
Copy the full SHA 1eb6e2eView commit details