Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conventional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down