]> WPIA git - gigi.git/blob - util-testing/club/wpia/gigi/pages/Manager.templ
add: user client certificate must have a verification within <=24 months
[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
56 </td></tr>
57 <tr><td>
58 Make RA Agent:
59 </td><td>
60 Email: <input type="text" name="agentEmail"/>
61 </td><td>
62 Current requirements: 100 VP, passed Assurer Challenge, signed RA Agent Contract</br>
63 <input type="submit" value="Add requirements" name="makeAgent"/>
64 </td></tr>
65
66 <tr><td>
67 Add 100 Verification Points:
68 </td><td>
69 Email: <input type="text" name="verifyEmail"/>
70 </td><td>
71 Verification Points to issue to preferred name: </br>
72 <input type="text" name="verificationPoints" value="100"/> <input type="submit" value="Add Points" name="verify"/>
73 <input type="submit" value="Set Verification date past limit" name="verifyexpire"/>
74 </td></tr>
75
76 <tr><td>
77 Verify 25 Others (get 100 Experience Points):
78 </td><td>
79 Email: <input type="text" name="letverifyEmail"/>
80 </td><td>
81 <input type="submit" value="Add 100 Experience Points" name="letverify"/>
82 </td></tr>
83
84 <tr><td>
85 Add Verified Email:
86 </td><td>
87 Email: <input type="text" name="addEmailEmail"/>
88 </td><td>
89 New Email: <input type="text" name="addEmailNew"/>
90 <input type="submit" value="Add Verified Email" name="addEmail"/>
91 </td></tr>
92
93 <tr><td>
94 Add Client Cert:
95 </td><td>
96 Email: <input type="text" name="addCertEmail"/>
97 </td><td>
98 <input type="submit" value="Add a Certificate" name="addCert"/>
99 </td></tr>
100
101 <tr><td>
102 Exempt Domain from Pinging:
103 </td><td>
104 </td><td>
105 Domain: <input type="text" name="exemptDom"/>
106 <input type="submit" value="Exempt this domain from pings" name="addExDom"/>
107 <input type="submit" value="Do not exempt this domain from pings" name="delExDom"/>
108 </td></tr>
109 </table>
110
111 <table class="table">
112 <tr><th colspan="2">
113 Test Server Settings
114 </th></tr>
115
116 <tr><td>
117 Time for valid tests
118 </td><td>
119 <?=$testValidMonths?> months
120 </td></tr>
121
122 <tr><td>
123 Time between two verifications
124 </td><td>
125 <?=$reverificationDays?> days
126 </td></tr>
127
128 <tr><td>
129 Time that a verification is considered recent
130 </td><td>
131 <?=$verificationFreshMonths?> months
132 </td></tr>
133
134 <tr><td>
135 Maximum time that a verification is accepted
136 </td><td>
137 <?=$verificationMaxAgeMonths?> months
138 </td></tr>
139
140 <tr><td>
141 Maximum time before reping of email address needed
142 </td><td>
143 <?=$emailPingMonths?> months
144 </td></tr>
145 </table>