Skip to content

Commit

Permalink
Add recaptcha assessment id annotation (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivnathan authored Jun 7, 2024
1 parent c11598c commit 368c7af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/v1alpha1/usersignup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ const (
UserSignupActivationCounterAnnotationKey = LabelKeyPrefix + "activation-counter"
// UserSignupCaptchaScoreAnnotationKey is set if captcha verification was used, and contains the last captcha assessment score for the user
UserSignupCaptchaScoreAnnotationKey = LabelKeyPrefix + "captcha-score"
// UserSignupCaptchaAssessmentIDAnnotationKey is set if captcha verification was used, and contains the last captcha assessment ID for the user
UserSignupCaptchaAssessmentIDAnnotationKey = LabelKeyPrefix + "captcha-assessment-id"

// UserSignupUserEmailHashLabelKey is used for the usersignup email hash label key
UserSignupUserEmailHashLabelKey = LabelKeyPrefix + "email-hash"
Expand Down

0 comments on commit 368c7af

Please sign in to comment.