-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
turnstile #3158
Conversation
Ah this is so nice! |
registration_start=timezone.now() - timedelta(days=1), | ||
registration_end=timezone.now() + timedelta(days=1), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dette burde fikses i generate_event
i stedet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
neida
apps/events/tests/view_tests.py
Outdated
self.assertInMessages("Du klarte ikke captchaen! Er du en bot?", response) | ||
self.assertRedirects(response, event.get_absolute_url()) | ||
self.assertInMessages("Vennligst vis at du er human.", response) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dette er jo to forskjellige feil, "Du klarte ikke" vs "Du glemte" (nå "vennligst vis"), aka forskjellen mellom at captcha-responsen er med eller om innholdet er ugyldig, slik jeg forstår skal denne testen være for at den er med, men ugyldig, men du har endret den til å teste om den mangler?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fiksa også den her, står ikke human lenger men heller den nye fiksa
Co-authored-by: Henrik Hørlück Berg <[email protected]>
Frontend
dotkom/onlineweb-frontend#728
Video demonstrating ow4 and ow frontend
The first shows when auto fails and it becomes interactive, so worst case it's a click. Best case (very common), no click, like in the second part of the video.
Screen.Recording.2024-04-10.at.20.51.44.mov