Skip to content

Commit

Permalink
remove captcha references
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Oct 31, 2023
1 parent 5efac2b commit d888bbb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
10 changes: 2 additions & 8 deletions metropolis/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,6 @@
"allauth.account.auth_backends.AuthenticationBackend",
]

# ReCaptcha settings

RECAPTCHA_PUBLIC_KEY = ""
RECAPTCHA_PRIVATE_KEY = ""
RECAPTCHA_REQUIRED_SCORE = 0.85

# NavBar settings

NAVBAR = {
Expand Down Expand Up @@ -423,11 +417,11 @@
},
}

CURRENT_THEME = "spring"
CURRENT_THEME = "halloween"

# Lazy Loading

LAZY_LOADING = { # set to False to disable
LAZY_LOADING = { # set to` False to disable
"per_page": 2,
"initial_limit": 4,
}
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ django-cors-headers = "3.10.0"
django-crispy-forms = "*"
django-oauth-toolkit = "*"
django-pwa = "*"
django-recaptcha = "3.0.0"
django-redis = "5.0.0"
django-select2 = "*"
django-storages = "1.12.2"
Expand Down
9 changes: 0 additions & 9 deletions templates/captcha/widget_v3.html

This file was deleted.

0 comments on commit d888bbb

Please sign in to comment.