plugins/mod_register.lua
changeset 11017 bb010c3c8c93
parent 9612 3e44b8dc2cc0
equal deleted inserted replaced
11016:027af78d8125 11017:bb010c3c8c93
     9 
     9 
    10 local allow_registration = module:get_option_boolean("allow_registration", false);
    10 local allow_registration = module:get_option_boolean("allow_registration", false);
    11 
    11 
    12 if allow_registration then
    12 if allow_registration then
    13 	module:depends("register_ibr");
    13 	module:depends("register_ibr");
       
    14 	module:depends("watchregistrations");
    14 end
    15 end
    15 
    16 
    16 module:depends("user_account_management");
    17 module:depends("user_account_management");