]> WPIA git - gigi.git/blobdiff - util-testing/org/cacert/gigi/pages/Manager.templ
Add a hint what the "Request reping" is used for on the email page
[gigi.git] / util-testing / org / cacert / gigi / pages / Manager.templ
index d1cb1f62732ae612d2c55b27ad5d3341d8e7ea81..dcd6883d1c75f8ce027576f27b99d5c262a5f9c4 100644 (file)
@@ -53,19 +53,21 @@ Email: <input type="text" name="catsEmail"/>
 <input type="submit" value="Add CATs" name="cats"/>
 </td></tr>
 <tr><td>
-Add 100 Assurance points:
+Add 100 Verification Points:
 </td><td>
 Email: <input type="text" name="assureEmail"/>
 </td><td>
-<input type="submit" value="Assure 100 Points" name="assure"/>
+Verification Points to issue to preferred name: </br>
+<input type="text" name="verificationPoints" value="100"/> <input type="submit" value="Add Points" name="assure"/>
+
 </td></tr>
 
 <tr><td>
-Assure 25 others (get 25 experience points)    :
+Verify 25 others (get 25 Experience Points)    :
 </td><td>
 Email: <input type="text" name="letassureEmail"/>
 </td><td>
-<input type="submit" value="Add 25 experience Points" name="letassure"/>
+<input type="submit" value="Add 25 Experience Points" name="letassure"/>
 </td></tr>
 
 <tr><td>
@@ -94,3 +96,39 @@ Domain: <input type="text" name="exemtDom"/>
 <input type="submit" value="Do not exempt this domain from pings" name="delExDom"/>
 </td></tr>
 </table>
+
+<table>
+<tr><th colspan="2">
+Test server settings
+</th></tr>
+
+<tr><td>
+Time for valid tests
+</td><td>
+<?=$testValidMonths?> months
+</td></tr>
+
+<tr><td>
+Time between two verifications
+</td><td>
+<?=$reverificationDays?> days
+</td></tr>
+
+<tr><td>
+Time that a verification is considered recent
+</td><td>
+<?=$verificationFreshMonths?> months
+</td></tr>
+
+<tr><td>
+Maximum time that a verification is accepted
+</td><td>
+<?=$verificationMaxAgeMonths?> months
+</td></tr>
+
+<tr><td>
+Maximum time before reping of email address needed
+</td><td>
+<?=$emailPingMonths?> months
+</td></tr>
+</table>