]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Made the 'New User' button disappear when it is not allowed.
[citadel.git] / webcit / webcit.h
index dc6791d4e921180ee331a11fd725fc78c925b645..869979a68538ff3c4b7cb2ffe2a4432cf3a127e0 100644 (file)
@@ -231,6 +231,7 @@ struct serv_info {
        char serv_moreprompt[SIZ];      /**< Whats the commandline textprompt */
        int serv_ok_floors;             /**< nonzero == server supports floors */
        int serv_supports_ldap;         /**< is the server linked against an ldap tree for adresses? */
+       int serv_newuser_disabled;      /**< Has the server disabled self-service new user creation? */
 };