2 -- Copyright (C) 2008-2010 Matthew Wild
3 -- Copyright (C) 2008-2010 Waqas Hussain
5 -- This project is MIT/X11 licensed. Please see the
6 -- COPYING file in the source package for more information.
10 local allow_registration
= module
:get_option_boolean("allow_registration", false);
12 if allow_registration
then
13 module
:depends("register_ibr");
16 module
:depends("user_account_management");