ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | README | LICENSE

commit 92113fc9483b419ce902e4b3805176727db9b588
parent b762722b614360d61a964bf6020d0feb51ef9628
Author: Florian Dold <dold@taler.net>
Date:   Mon, 24 Aug 2026 22:51:33 +0200

challenger: keep SMS validation open for seven days

Diffstat:
Mroles/challenger/templates/etc/challenger/challenger-sms.conf.j2 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/roles/challenger/templates/etc/challenger/challenger-sms.conf.j2 b/roles/challenger/templates/etc/challenger/challenger-sms.conf.j2 @@ -18,6 +18,9 @@ AUTH_COMMAND = mock-mfa-sms AUTH_COMMAND = challenger-send-sms {% endif %} +# How long may an individual validation process take? +VALIDATION_DURATION = 7d + # Name of a file with the message to send with the challenge. MESSAGE_TEMPLATE_FILE = /etc/challenger/sms-message-template.txt