Comparison

plugins/mod_register.lua @ 9610:ca000dcd4c06

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Wed, 07 Nov 2018 21:53:40 +0100
parent 9608:3e44b8dc2cc0
child 11013:bb010c3c8c93
comparison
equal deleted inserted replaced
9607:2a42b72468ca 9610:ca000dcd4c06
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("register_limits");
15 end 14 end
16 15
17 module:depends("user_account_management"); 16 module:depends("user_account_management");