]> WPIA git - gigi.git/blob - util-testing/club/wpia/gigi/pages/Manager.templ
add: new function to set a challenge expired via test manager
[gigi.git] / util-testing / club / wpia / gigi / pages / Manager.templ
1 <form method='post'>
2 <table class="table">
3 <tr><td>
4 Batch Create Users:
5 </td><td></td><td>
6 <div>
7   Email:
8   <input type="text" name="prefix"/> NNN@
9   <input type="text" name="suffix"/>
10 </div>
11 Amount:  <input type="slider" name="amount"/> <input type="submit" name="create" value="Create Users"/>
12 </td></tr>
13
14 <tr><td>
15 Add Privilege:
16 </td><td>
17 Email: <input type="text" name="email"/>
18 </td><td>
19 <select name="priv">
20 <option>supporter</option>
21 <option>blocked-applicant</option>
22 <option>blocked-agent</option>
23 <option>blocked-login</option>
24 <option>ttp-agent</option>
25 <option>ttp-applicant</option>
26 <option>nucleus-agent</option>
27 <option>codesigning</option>
28 <option>org-agent</option>
29 </select>
30 <input type="submit" name="addpriv" value="Grant Privilege"/>
31 <input type="submit" name="delpriv" value="Revoke Privilege"/>
32 </td><tr>
33
34 <tr><td>
35 Receive Mails:
36 </td><td>
37 Email: <input type="text" name="femail"/>
38 </td><td>
39 <input type="submit" value="Receive Mails" name="fetch"/>
40 </td><tr>
41
42 <tr><td>
43 Add Qualifying Challenge Entry:
44 </td><td>
45 Email: <input type="text" name="catsEmail"/>
46 </td><td>
47 <select name="catsType">
48 <? foreach($cats_types) { ?>
49 <option value="<?=$id?>"><?=$name?></option>
50 <? } ?>
51 </select>
52 <input type="submit" value="Add Challenge" name="cats"/>
53 <input type="submit" value="Set Challenge expired" name="catsexpire"/>
54 </td></tr>
55 <tr><td>
56 Add 100 Verification Points:
57 </td><td>
58 Email: <input type="text" name="verifyEmail"/>
59 </td><td>
60 Verification Points to issue to preferred name: </br>
61 <input type="text" name="verificationPoints" value="100"/> <input type="submit" value="Add Points" name="verify"/>
62
63 </td></tr>
64
65 <tr><td>
66 Verify 25 Others (get 100 Experience Points):
67 </td><td>
68 Email: <input type="text" name="letverifyEmail"/>
69 </td><td>
70 <input type="submit" value="Add 100 Experience Points" name="letverify"/>
71 </td></tr>
72
73 <tr><td>
74 Add Verified Email:
75 </td><td>
76 Email: <input type="text" name="addEmailEmail"/>
77 </td><td>
78 New Email: <input type="text" name="addEmailNew"/>
79 <input type="submit" value="Add Verified Email" name="addEmail"/>
80 </td></tr>
81
82 <tr><td>
83 Add Client Cert:
84 </td><td>
85 Email: <input type="text" name="addCertEmail"/>
86 </td><td>
87 <input type="submit" value="Add a Certificate" name="addCert"/>
88 </td></tr>
89
90 <tr><td>
91 Exempt Domain from Pinging:
92 </td><td>
93 </td><td>
94 Domain: <input type="text" name="exemptDom"/>
95 <input type="submit" value="Exempt this domain from pings" name="addExDom"/>
96 <input type="submit" value="Do not exempt this domain from pings" name="delExDom"/>
97 </td></tr>
98 </table>
99
100 <table class="table">
101 <tr><th colspan="2">
102 Test Server Settings
103 </th></tr>
104
105 <tr><td>
106 Time for valid tests
107 </td><td>
108 <?=$testValidMonths?> months
109 </td></tr>
110
111 <tr><td>
112 Time between two verifications
113 </td><td>
114 <?=$reverificationDays?> days
115 </td></tr>
116
117 <tr><td>
118 Time that a verification is considered recent
119 </td><td>
120 <?=$verificationFreshMonths?> months
121 </td></tr>
122
123 <tr><td>
124 Maximum time that a verification is accepted
125 </td><td>
126 <?=$verificationMaxAgeMonths?> months
127 </td></tr>
128
129 <tr><td>
130 Maximum time before reping of email address needed
131 </td><td>
132 <?=$emailPingMonths?> months
133 </td></tr>
134 </table>