Comparison

plugins/mod_register.lua @ 11200:bf8f2da84007

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Thu, 05 Nov 2020 22:31:25 +0100
parent 11013:bb010c3c8c93
comparison
equal deleted inserted replaced
11199:6c7c50a4de32 11200:bf8f2da84007
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");