]> WPIA git - gigi.git/blob - util-testing/club/wpia/gigi/pages/Manager.templ
89627aeea5fb50dfdfdda21378252e2d9e1ef5a1
[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 </td></tr>
74
75 <tr><td>
76 Verify 25 Others (get 100 Experience Points):
77 </td><td>
78 Email: <input type="text" name="letverifyEmail"/>
79 </td><td>
80 <input type="submit" value="Add 100 Experience Points" name="letverify"/>
81 </td></tr>
82
83 <tr><td>
84 Add Verified Email:
85 </td><td>
86 Email: <input type="text" name="addEmailEmail"/>
87 </td><td>
88 New Email: <input type="text" name="addEmailNew"/>
89 <input type="submit" value="Add Verified Email" name="addEmail"/>
90 </td></tr>
91
92 <tr><td>
93 Add Client Cert:
94 </td><td>
95 Email: <input type="text" name="addCertEmail"/>
96 </td><td>
97 <input type="submit" value="Add a Certificate" name="addCert"/>
98 </td></tr>
99
100 <tr><td>
101 Exempt Domain from Pinging:
102 </td><td>
103 </td><td>
104 Domain: <input type="text" name="exemptDom"/>
105 <input type="submit" value="Exempt this domain from pings" name="addExDom"/>
106 <input type="submit" value="Do not exempt this domain from pings" name="delExDom"/>
107 </td></tr>
108 </table>
109
110 <table class="table">
111 <tr><th colspan="2">
112 Test Server Settings
113 </th></tr>
114
115 <tr><td>
116 Time for valid tests
117 </td><td>
118 <?=$testValidMonths?> months
119 </td></tr>
120
121 <tr><td>
122 Time between two verifications
123 </td><td>
124 <?=$reverificationDays?> days
125 </td></tr>
126
127 <tr><td>
128 Time that a verification is considered recent
129 </td><td>
130 <?=$verificationFreshMonths?> months
131 </td></tr>
132
133 <tr><td>
134 Maximum time that a verification is accepted
135 </td><td>
136 <?=$verificationMaxAgeMonths?> months
137 </td></tr>
138
139 <tr><td>
140 Maximum time before reping of email address needed
141 </td><td>
142 <?=$emailPingMonths?> months
143 </td></tr>
144 </table>