Add tab_joinpart and SASL external to default config#412
Conversation
| # sasl: | ||
| # username: tiny_user | ||
| # password: hunter2 | ||
| # pem: "/home/user/.config/tiny/oftc.pem" |
There was a problem hiding this comment.
Could you also clarify somewhere (maybe right above the sasl: line) that you either need pem or username + password? Currently it looks like you need all of them if you want to use SASL authentication.
There was a problem hiding this comment.
I tried to make this clear with Choose only one of the options below. in the general sasl description at the top. But maybe I should rephrase somehow..
There was a problem hiding this comment.
Choose only one of the options below. -> Choose either username and password or pem in the section below.
| # - `sasl`: For SASL authentication. | ||
| # You can either authenticate using a password or use a certificate | ||
| # with SASL EXTERNAL. Choose either `username` and `password` _or_ `pem` | ||
| # in the section below. |
There was a problem hiding this comment.
Because we're talking about sasl section already we should drop the "in the section below" part because it may sound like there are two sections (the sasl section + "the section below").
Alternatively we could also move this part right above the sasl: line.
|
Thanks again! |
So that users can easily find the option to tweak it.
Related to #262 c6d20b6 introduced this option.