anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 1b40f010dcb1bd2ecfe8355088c5306968e6de1a
parent 93913bdcb42f6b74216167b74e00eaf5f1b9dcfc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 28 Dec 2021 12:45:59 +0100

add autocompletion information for #7086

Diffstat:
Mcontrib/redux.ch.json | 3++-
Mcontrib/redux.us.json | 3++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/contrib/redux.ch.json b/contrib/redux.ch.json @@ -34,7 +34,8 @@ "widget": "anastasis_gtk_ia_ahv", "uuid" : "1da87570-ba16-4f62-8a7e-cbda92f51591", "validation-regex": "^(756)\\.[0-9]{4}\\.[0-9]{4}\\.[0-9]{2}|(756)[0-9]{10}$", - "validation-logic": "CH_AHV_check" + "validation-logic": "CH_AHV_check", + "autocomplete": "???.????.????.??" } ] } diff --git a/contrib/redux.us.json b/contrib/redux.us.json @@ -32,7 +32,8 @@ }, "widget": "anastasis_gtk_ia_ssn_us", "uuid": "310a138c-b0b7-4985-b8b8-d00e765e9f9b", - "validation-regex": "^d{3}-d{2}-d{4}$" + "validation-regex": "^[0-9]{3}-[0-9]{2}-[0-9]{4}$", + "autocomplete": "???-??-????" } ] }