Software / code / prosody
Comparison
plugins/mod_register.lua @ 11120:b2331f3dfeea
Merge 0.11->trunk
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 30 Sep 2020 09:50:33 +0100 |
| parent | 11013:bb010c3c8c93 |
comparison
equal
deleted
inserted
replaced
| 11119:68df52bf08d5 | 11120:b2331f3dfeea |
|---|---|
| 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"); |