*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 9433cfb6 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Reduce default captcha length

* 10 was a bit much...
parent fcbc5ada
Branches
Tags
1 merge request!171Rework "contact uploader" mechanism
...@@ -120,7 +120,7 @@ APP_RDM_DETAIL_SIDE_BAR_TEMPLATES = [ ...@@ -120,7 +120,7 @@ APP_RDM_DETAIL_SIDE_BAR_TEMPLATES = [
# see https://github.com/Tethik/flask-session-captcha # see https://github.com/Tethik/flask-session-captcha
CAPTCHA_ENABLE = True CAPTCHA_ENABLE = True
CAPTCHA_LENGTH = 10 CAPTCHA_LENGTH = 8
CAPTCHA_WIDTH = 200 CAPTCHA_WIDTH = 200
CAPTCHA_HEIGHT = 60 CAPTCHA_HEIGHT = 60
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment