mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
prosody.cfg.lua.dist: Comment mod_legacyauth by default (thanks Zash)
This commit is contained in:
parent
fdd51ac3ff
commit
965c93116b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,6 @@ modules_enabled = {
|
||||||
--"compression"; -- Stream compression
|
--"compression"; -- Stream compression
|
||||||
|
|
||||||
-- Nice to have
|
-- Nice to have
|
||||||
"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
|
|
||||||
"version"; -- Replies to server version requests
|
"version"; -- Replies to server version requests
|
||||||
"uptime"; -- Report how long server has been running
|
"uptime"; -- Report how long server has been running
|
||||||
"time"; -- Let others know the time here on this server
|
"time"; -- Let others know the time here on this server
|
||||||
|
@ -67,6 +66,7 @@ modules_enabled = {
|
||||||
--"welcome"; -- Welcome users who register accounts
|
--"welcome"; -- Welcome users who register accounts
|
||||||
--"watchregistrations"; -- Alert admins of registrations
|
--"watchregistrations"; -- Alert admins of registrations
|
||||||
--"motd"; -- Send a message to users when they log in
|
--"motd"; -- Send a message to users when they log in
|
||||||
|
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
|
||||||
};
|
};
|
||||||
|
|
||||||
-- These modules are auto-loaded, should you
|
-- These modules are auto-loaded, should you
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue