mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
enable login-via-pass-command by default
This commit is contained in:
parent
f2d0842453
commit
09c4fd3b47
@ -336,7 +336,7 @@ accounts:
|
||||
skip-server-password: false
|
||||
|
||||
# enable login to accounts via the PASS command, e.g., PASS account:password
|
||||
# this is sometimes useful for compatibility with old clients that don't support SASL
|
||||
# this is useful for compatibility with old clients that don't support SASL
|
||||
login-via-pass-command: false
|
||||
|
||||
# require-sasl controls whether clients are required to have accounts
|
||||
|
@ -362,8 +362,8 @@ accounts:
|
||||
skip-server-password: false
|
||||
|
||||
# enable login to accounts via the PASS command, e.g., PASS account:password
|
||||
# this is sometimes useful for compatibility with old clients that don't support SASL
|
||||
login-via-pass-command: false
|
||||
# this is useful for compatibility with old clients that don't support SASL
|
||||
login-via-pass-command: true
|
||||
|
||||
# require-sasl controls whether clients are required to have accounts
|
||||
# (and sign into them using SASL) to connect to the server
|
||||
|
Loading…
Reference in New Issue
Block a user