Removed the 'master user' feature ... if we still need this we'll find another way
[citadel.git] / webcit / static / t / aide / siteconfig / tab_access.html
1 <div class="conftitle"><?_("Access controls and site policy settings")></div>
2 <hr>
3 <table border="0">
4
5 <tr><td><?_("Allow aides to zap (forget) rooms")></td><td>
6 <input type="checkbox" NAME="c_aide_zap" VALUE="yes" <?%("COND:SERVCFG", 1, "c_aide_zap", 1, "CHECKED", "")>></td></tr>
7
8
9 <tr><td><?_("Quarantine messages from problem users")></td><td>
10 <input type="checkbox" name="c_twitdetect" value="yes" <?%("COND:SERVCFG", 1, "c_twitdetect", 1, "CHECKED", "")>></td></tr>
11
12 <tr><td><?_("Name of quarantine room")></td><td>
13 <input type="text" name="c_twitroom" maxlength="63" value='<?SERV:CFG("c_twitroom")>'></td></tr>
14
15
16
17 <tr><td><?_("Name of room to log pages")></td><td>
18 <input type="text" name="c_logpages" maxlength="63" value='<?SERV:CFG("c_logpages")>'></td></tr>
19
20 <tr><td colspan=2><hr></td></tr>
21
22 <tr><td><?_("Authentication mode")></td><td>
23 <select name="c_auth_mode" size="1">
24         <option <?%("COND:SERVCFG", 1, "c_auth_mode", 0, 'selected="selected"', "")> value="0"><?_("Self contained")></option>
25         <option <?%("COND:SERVCFG", 1, "c_auth_mode", 1, 'selected="selected"', "")> value="1"><?_("Host based")></option>
26         <option <?%("COND:SERVCFG", 1, "c_auth_mode", 2, 'selected="selected"', "")> value="2"><?_("LDAP (RFC2307)")></option>
27         <option <?%("COND:SERVCFG", 1, "c_auth_mode", 3, 'selected="selected"', "")> value="3"><?_("LDAP (Active Directory)")></option>
28 </select></td></tr>
29
30 <tr><td><?_("Allow anonymous guest access")></td><td>
31 <input type="checkbox" NAME="c_guest_logins" VALUE="yes" <?%("COND:SERVCFG", 1, "c_guest_logins", 1, "CHECKED", "")>></td></tr>
32
33 <tr><td><?_("Initial access level for new users")></td><td>
34 <select name="c_initax" size="1">
35         <option <?%("COND:SERVCFG", 1, "c_initax", 0, 'selected="selected"', "")> value="0">0 - <?_("Deleted")></option>
36         <option <?%("COND:SERVCFG", 1, "c_initax", 1, 'selected="selected"', "")> value="1">1 - <?_("New User")></option>
37         <option <?%("COND:SERVCFG", 1, "c_initax", 2, 'selected="selected"', "")> value="2">2 - <?_("Problem User")></option>
38         <option <?%("COND:SERVCFG", 1, "c_initax", 3, 'selected="selected"', "")> value="3">3 - <?_("Local User")></option>
39         <option <?%("COND:SERVCFG", 1, "c_initax", 4, 'selected="selected"', "")> value="4">4 - <?_("Network User")></option>
40         <option <?%("COND:SERVCFG", 1, "c_initax", 5, 'selected="selected"', "")> value="5">5 - <?_("Preferred User")></option>
41         <option <?%("COND:SERVCFG", 1, "c_initax", 6, 'selected="selected"', "")> value="6">6 - <?_("Admin")></option>
42 </select></td></tr>
43
44 <tr><td><?_("Access level required to create rooms")></td><td>
45 <select name="c_createax" size="1">
46         <option <?%("COND:SERVCFG", 1, "c_createax", 0, 'selected="selected"', "")> value="0">0 - <?_("Deleted")></option>
47         <option <?%("COND:SERVCFG", 1, "c_createax", 1, 'selected="selected"', "")> value="1">1 - <?_("New User")></option>
48         <option <?%("COND:SERVCFG", 1, "c_createax", 2, 'selected="selected"', "")> value="2">2 - <?_("Problem User")></option>
49         <option <?%("COND:SERVCFG", 1, "c_createax", 3, 'selected="selected"', "")> value="3">3 - <?_("Local User")></option>
50         <option <?%("COND:SERVCFG", 1, "c_createax", 4, 'selected="selected"', "")> value="4">4 - <?_("Network User")></option>
51         <option <?%("COND:SERVCFG", 1, "c_createax", 5, 'selected="selected"', "")> value="5">5 - <?_("Preferred User")></option>
52         <option <?%("COND:SERVCFG", 1, "c_createax", 6, 'selected="selected"', "")> value="6">6 - <?_("Admin")></option>
53 </select></td></tr>
54
55 <tr><td><?_("Automatically grant room-aide status to users who create private rooms")></td><td>
56 <input type="checkbox" name="c_creataide" value="yes" <?%("COND:SERVCFG", 1, "c_creataide", 1, "CHECKED", "")>></td></tr>
57
58 <tr><td><?_("Automatically grant room-aide status to users who create BLOG rooms")></td><td>
59 <input DISABLED type="checkbox" name="c_creataide_blog" value="yes" CHECKED></td></tr>
60
61 <tr><td><?_("Restrict access to Internet mail")></td><td>
62 <input type="checkbox" name="c_restrict" value="yes" <?%("COND:SERVCFG", 1, "c_restrict", 1, "CHECKED", "")>></td></tr>
63
64 <tr><td colspan=2><hr></td></tr>
65
66 <tr><td><?_("Disable self-service user account creation")>; <?_("Hint: do not select both!")></td><td>
67 <input type="checkbox" NAME="c_disable_newu" VALUE="yes" <?%("COND:SERVCFG", 1, "c_disable_newu", 1, "CHECKED", "")>></td></tr>
68
69 <tr><td><?_("Require registration for new users")></td><td>
70 <input type="checkbox" name="c_regiscall" value="yes" <?%("COND:SERVCFG", 1, "c_regiscall", 1, "CHECKED", "")>></td></tr>
71
72 </table>