Skip to content

Commit

Permalink
Default to not using captcha
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Jul 6, 2024
1 parent 8dec6b1 commit cc8a552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wger/settings.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DATABASES = {{
}} # yapf: disable

# List of administrations
ADMINS = (('Your name', '[email protected]'), )
ADMINS = (('Your name', '[email protected]'),)
MANAGERS = ADMINS

# SERVER_EMAIL = '[email protected]'
Expand All @@ -44,7 +44,7 @@ SECRET_KEY = '{default_key}'
# Your reCaptcha keys
RECAPTCHA_PUBLIC_KEY = ''
RECAPTCHA_PRIVATE_KEY = ''
NOCAPTCHA = True
USE_RECAPTCHA = False

# The site's URL (e.g. http://www.my-local-gym.com or http://localhost:8000)
# This is needed for uploaded files and images (exercise images, etc.) to be
Expand Down

0 comments on commit cc8a552

Please sign in to comment.