Add c_guest_logins to webcit siteconfig
[citadel.git] / webcit / static / t / aide / siteconfig / tab_access.html
index 788219a1e7f75e090be74184640755374ddf4612..35f397863f3129b1dbd4595bd5c8d4c7507a7a98 100644 (file)
@@ -71,5 +71,8 @@
 <tr><td><?_("Require registration for new users")></td><td>
 <input type="checkbox" name="c_regiscall" value="yes" <?%("COND:SERVCFG", 1, "c_regiscall", 1, "CHECKED", "")>></td></tr>
 
+<tr><td><?_("Allow anonymous guest access")></td><td>
+<input type="checkbox" NAME="c_guest_logins" VALUE="yes" <?%("COND:SERVCFG", 1, "c_guest_logins", 1, "CHECKED", "")>></td></tr>
+
 
 </table>