diff options
author | LemonBoy <thatlemon@gmail.com> | 2017-06-17 17:01:42 +0200 |
---|---|---|
committer | LemonBoy <thatlemon@gmail.com> | 2017-07-25 22:53:33 +0200 |
commit | d971c0292082823182f333a412207a9a8f6ad008 (patch) | |
tree | 36b3263517d153f8a6ca4045732b093f4a61b593 /docs/help/in/network.in | |
parent | 9d3cfe1069b5cfaf0efb972e36695b781ecf93de (diff) | |
download | irssi-d971c0292082823182f333a412207a9a8f6ad008.zip |
Allow the user to clear the sasl-related fields
There was no easy way for the user to disable the SASL authentication or
to clear the username/password once the network was created.
Closes #718
Diffstat (limited to 'docs/help/in/network.in')
-rw-r--r-- | docs/help/in/network.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/help/in/network.in b/docs/help/in/network.in index ba08ef69..4c2eeed4 100644 --- a/docs/help/in/network.in +++ b/docs/help/in/network.in @@ -36,6 +36,7 @@ -sasl_mechanism Specifies the mechanism to use for the SASL authentication. At the moment irssi only supports the 'plain' and the 'external' mechanisms. + Use '' to disable the authentication. -sasl_username Specifies the username to use during the SASL authentication. -sasl_password Specifies the password to use during the SASL authentication. |