Change amount_of_seconds dynamically #145
Unanswered
nickdekruijk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's possible to run
config()->set('honeypot.enabled', false);
from anywhere in the app but for some reason I can't getconfig()->set('honeypot.amount_of_seconds', 0)
to do anything.I want to change the waiting time to zero sometimes (but keep other honeypot options) because there are situations where a user can click immediately.
Is this indeed not possible or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions