diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-08-16 21:04:51 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-08-16 21:04:51 +0200 |
| commit | c62792638bd933b9e6fe57358c1233b7a48d6d3f (patch) | |
| tree | 02fdf6d8fa82be51c83ea5f88b2dd164a41af0b3 /contrib/kyc_user_failed.en.must | |
| parent | af97071ad6446b851bbb8cd319a768eade952fee (diff) | |
work on kycaid plugin response generation logic
Diffstat (limited to 'contrib/kyc_user_failed.en.must')
| -rw-r--r-- | contrib/kyc_user_failed.en.must | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/kyc_user_failed.en.must b/contrib/kyc_user_failed.en.must new file mode 100644 index 00000000..54a4637c --- /dev/null +++ b/contrib/kyc_user_failed.en.must @@ -0,0 +1,20 @@ +<html> +<head> +<title>KYC authentication failed</title> +</head> +<body> +You failed the KYC check. See below for details. +<!-- {{logic}} indicates the type of KYC provider + which generated the reply; for now, only + "kycaid" is possible. Switch on the + {{logic}} to render results in a provider-specific + way. (or introduce new templates per provider?) --> +<!-- TODO: figure out exactly what the + format of 'verifications' is here + based on KYCAID documentation and parse + that here. --> +<pre> +{{ verifications }} +</pre> +</body> +</html>
\ No newline at end of file |
