prosody: Load mod_watchregistrations but don't notify by default

This commit is contained in:
Matthew Wild 2020-01-31 19:53:52 +00:00
parent 8ba1bd6618
commit d31c8f6e24
1 changed files with 4 additions and 0 deletions

View File

@ -65,8 +65,12 @@ modules_enabled = {
"invites_register";
"invites_api";
"easy_invite";
"watchregistrations";
}
registration_watchers = {} -- Disable by default
registration_notification = "New user registered: $username"
reload_global_modules = { "http" }
legacy_ssl_ports = { 5223 }