Skip to content

Commit

Permalink
Disable captcha on argocd_website
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Feb 28, 2025
1 parent 33c2c59 commit d1b97c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion argocd_website/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ def order(self, product=False):
)
def signup(self, **post):
website = request.website.sudo()
captcha_enabled = request.env["librecaptcha"].is_enabled()
# captcha_enabled = request.env["librecaptcha"].is_enabled()
captcha_enabled = False

subscription = website.ensure_subscription()
if not subscription.sale_subscription_line_ids:
Expand Down

0 comments on commit d1b97c6

Please sign in to comment.