ansible-taler-exchange

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

commit 329de36a94d2c478c1482f4a66748815ec72e262
parent d1de37d6a4d1d4d06b72cbdbfe914346a15b232a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 26 Dec 2025 18:06:14 +0100

clarify what we consider to be Swiss

Diffstat:
Minventories/host_vars/spec/vars.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inventories/host_vars/spec/vars.yml b/inventories/host_vars/spec/vars.yml @@ -66,7 +66,7 @@ KYCAID_TEMPLATE_INDIVIDUAL: tmpl_xxx # Template to use for identification of businesses with KYCAID KYCAID_TEMPLATE_BUSINESS: tmpl_xxx # Regex specifying allowed phone numbers for the SMS check -EXCHANGE_AML_PROGRAM_TOPS_SMS_HINT: "Swiss number required" +EXCHANGE_AML_PROGRAM_TOPS_SMS_HINT: "Swiss number (+41...) required" EXCHANGE_AML_PROGRAM_TOPS_SMS_EXAMPLE: "+41948224521" EXCHANGE_AML_PROGRAM_TOPS_SMS_REGEX: "\\\\+41[0-9]+" # Regex specifying allowed country names for the postal address check