gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated (acd938c7d -> a59103ba5)


From: gnunet
Subject: [taler-wallet-core] branch master updated (acd938c7d -> a59103ba5)
Date: Wed, 15 Nov 2023 09:58:40 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a change to branch master
in repository wallet-core.

    from acd938c7d missing scape char
     new c5035c4e0 add file access form for challenger testing
     new a59103ba5 improve language on data entry forms

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/challenger-ui/src/enter-address-form.html |  6 ++--
 packages/challenger-ui/src/enter-email-form.html   |  6 ++--
 ...r-tan-form.html => enter-file-access-form.html} | 41 +++++++---------------
 packages/challenger-ui/src/enter-phone-form.html   |  8 ++---
 packages/challenger-ui/src/enter-tan-form.html     |  4 +--
 5 files changed, 25 insertions(+), 40 deletions(-)
 copy packages/challenger-ui/src/{enter-tan-form.html => 
enter-file-access-form.html} (83%)

diff --git a/packages/challenger-ui/src/enter-address-form.html 
b/packages/challenger-ui/src/enter-address-form.html
index 67ff99745..76b4d2262 100644
--- a/packages/challenger-ui/src/enter-address-form.html
+++ b/packages/challenger-ui/src/enter-address-form.html
@@ -1,6 +1,6 @@
 <!--
  This file is part of GNU Taler
- (C) 2021--2022 Taler Systems S.A.
+ (C) 2021--2023 Taler Systems S.A.
 
  GNU Taler is free software; you can redistribute it and/or modify it under the
  terms of the GNU General Public License as published by the Free Software
@@ -56,7 +56,7 @@
           Enter contact details
         </h2>
         <p class="mt-2 text-lg leading-8 text-gray-600">
-          You will receive a mail with a code which need to be entered in the 
next page.
+          You will receive a letter with a TAN code that must be provided on 
the next page.
         </p>
       </div>
       <form action="/challenge/{{nonce}}" method="POST" class="mx-auto mt-16 
max-w-xl sm:mt-20">
@@ -130,4 +130,4 @@
   </footer>
 </body>
 
-</html>
\ No newline at end of file
+</html>
diff --git a/packages/challenger-ui/src/enter-email-form.html 
b/packages/challenger-ui/src/enter-email-form.html
index 3f81778a3..3b8720244 100644
--- a/packages/challenger-ui/src/enter-email-form.html
+++ b/packages/challenger-ui/src/enter-email-form.html
@@ -56,7 +56,7 @@
           Enter contact details
         </h2>
         <p class="mt-2 text-lg leading-8 text-gray-600">
-          You will receive an email with a code which need to be entered in 
the next page.
+          You will receive an email with a TAN code that must be provided on 
the next page.
         </p>
       </div>
       <form action="/challenge/{{nonce}}" method="POST" class="mx-auto mt-16 
max-w-xl sm:mt-20">
@@ -97,7 +97,7 @@
           </div>
 
           <p class="mt-3 text-sm leading-6 text-gray-400">
-            You can change email address another {{changes_left}} times.
+            You can change your email address another {{changes_left}} times.
           </p>
         </div>
 
@@ -124,4 +124,4 @@
   </footer>
 </body>
 
-</html>
\ No newline at end of file
+</html>
diff --git a/packages/challenger-ui/src/enter-tan-form.html 
b/packages/challenger-ui/src/enter-file-access-form.html
similarity index 83%
copy from packages/challenger-ui/src/enter-tan-form.html
copy to packages/challenger-ui/src/enter-file-access-form.html
index 7d4beb194..b79d1dada 100644
--- a/packages/challenger-ui/src/enter-tan-form.html
+++ b/packages/challenger-ui/src/enter-file-access-form.html
@@ -1,6 +1,6 @@
 <!--
  This file is part of GNU Taler
- (C) 2021--2022 Taler Systems S.A.
+ (C) 2021--2023 Taler Systems S.A.
 
  GNU Taler is free software; you can redistribute it and/or modify it under the
  terms of the GNU General Public License as published by the Free Software
@@ -30,7 +30,7 @@
   <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon" />
   <link rel="stylesheet" href="main.css" />
   <script type="module" src="main.js"></script>
-  <title>Enter your TAN</title>
+  <title>Enter local file name</title>
 </head>
 
 <body class="min-h-full flex flex-col">
@@ -53,54 +53,40 @@
     <div class="isolate bg-white px-6 py-12">
       <div class="mx-auto max-w-2xl text-center">
         <h2 class="text-3xl font-bold tracking-tight text-gray-900 
sm:text-4xl">
-          Please enter the TAN you received to authenticate.
+          Enter file name
         </h2>
         <p class="mt-2 text-lg leading-8 text-gray-600">
-          <!-- {{#transmitted}}
-          A TAN was sent to your address &quot;{{address}}&quot;.
-          {{/transmitted}} -->
-          <!-- {{^transmitted}} -->
-          We recently already sent a TAN to your address 
&quot;{{address}}&quot;.
-          A new TAN will not be transmitted again before {{next_tx_time}}.
-          <!-- {{/transmitted}} -->
+          The file will be overwritten with a code which need to be entered in 
the next page.
         </p>
       </div>
-
-
-      <form action="/solve/{{nonce}}" method="POST" class="mx-auto mt-16 
max-w-xl sm:mt-20">
+      <form action="/challenge/{{nonce}}" method="POST" class="mx-auto mt-16 
max-w-xl sm:mt-20">
         <div class="grid grid-cols-1 gap-x-8 gap-y-6">
           <div class="sm:col-span-2">
-            <label for="pin" class="block text-sm font-semibold leading-6 
text-gray-900">
-              TAN code
+            <label for="phone" class="block text-sm font-semibold leading-6 
text-gray-900">
+              Phone number
             </label>
             <div class="mt-2.5">
-              <div
-                class="flex rounded-md shadow-sm ring-1 ring-inset 
ring-gray-300 focus-within:ring-2 focus-within:ring-inset 
focus-within:ring-indigo-600">
-                <span class="flex select-none items-center pl-3 text-gray-500 
sm:text-sm">PIN:</span>
-                <input type="number" name="pin" id="pin" maxlength="64"
-                  class="block flex-1 border-0 bg-transparent py-1.5 pl-1 
text-gray-900 placeholder:text-gray-400 focus:ring-0 sm:text-sm sm:leading-6"
-                  placeholder="12345678">
-              </div>
-
+              <input type="filename" name="filename" id="filename" 
maxlength="200" 
+                class="block w-full rounded-md border-0 px-3.5 py-2 
text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 
placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 
sm:text-sm sm:leading-6">
             </div>
           </div>
 
           <p class="mt-3 text-sm leading-6 text-gray-400">
-            You have {{attempts_left}} attempts left.
+            You can change the filename another {{changes_left}} times.
           </p>
         </div>
 
         <div class="mt-10">
           <button type="submit"
             class="block w-full rounded-md bg-indigo-600 px-3.5 py-2.5 
text-center text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 
focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 
focus-visible:outline-indigo-600">
-            Check
+            Write file
           </button>
         </div>
       </form>
-
     </div>
   </main>
 
+
   <footer class="bottom-4 mb-4">
     <div class="mt-8 mx-8 md:order-1 md:mt-0">
       <div>
@@ -111,7 +97,6 @@
       <p class="text-xs leading-5 text-gray-400">Copyright © 2014—2023 Taler 
Systems SA. </p>
     </div>
   </footer>
-
 </body>
 
-</html>
\ No newline at end of file
+</html>
diff --git a/packages/challenger-ui/src/enter-phone-form.html 
b/packages/challenger-ui/src/enter-phone-form.html
index 2316685d9..ca06fb94e 100644
--- a/packages/challenger-ui/src/enter-phone-form.html
+++ b/packages/challenger-ui/src/enter-phone-form.html
@@ -1,6 +1,6 @@
 <!--
  This file is part of GNU Taler
- (C) 2021--2022 Taler Systems S.A.
+ (C) 2021--2023 Taler Systems S.A.
 
  GNU Taler is free software; you can redistribute it and/or modify it under the
  terms of the GNU General Public License as published by the Free Software
@@ -56,7 +56,7 @@
           Enter contact details
         </h2>
         <p class="mt-2 text-lg leading-8 text-gray-600">
-          You will receive a SMS with a code which need to be entered in the 
next page.
+          You will receive an SMS with a TAN code that must be provided on the 
next page.
         </p>
       </div>
       <form action="/challenge/{{nonce}}" method="POST" class="mx-auto mt-16 
max-w-xl sm:mt-20">
@@ -96,7 +96,7 @@
           </div>
 
           <p class="mt-3 text-sm leading-6 text-gray-400">
-            You can change phone number another {{changes_left}} times.
+            You can change your phone number another {{changes_left}} times.
           </p>
         </div>
 
@@ -123,4 +123,4 @@
   </footer>
 </body>
 
-</html>
\ No newline at end of file
+</html>
diff --git a/packages/challenger-ui/src/enter-tan-form.html 
b/packages/challenger-ui/src/enter-tan-form.html
index 7d4beb194..965f8e9d2 100644
--- a/packages/challenger-ui/src/enter-tan-form.html
+++ b/packages/challenger-ui/src/enter-tan-form.html
@@ -76,7 +76,7 @@
             <div class="mt-2.5">
               <div
                 class="flex rounded-md shadow-sm ring-1 ring-inset 
ring-gray-300 focus-within:ring-2 focus-within:ring-inset 
focus-within:ring-indigo-600">
-                <span class="flex select-none items-center pl-3 text-gray-500 
sm:text-sm">PIN:</span>
+                <span class="flex select-none items-center pl-3 text-gray-500 
sm:text-sm">TAN:</span>
                 <input type="number" name="pin" id="pin" maxlength="64"
                   class="block flex-1 border-0 bg-transparent py-1.5 pl-1 
text-gray-900 placeholder:text-gray-400 focus:ring-0 sm:text-sm sm:leading-6"
                   placeholder="12345678">
@@ -114,4 +114,4 @@
 
 </body>
 
-</html>
\ No newline at end of file
+</html>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]