secure password
continuous-integration/drone/pr Build encountered an error Details

This commit is contained in:
Alexander 2023-01-25 21:32:51 +00:00
parent a13374385a
commit 1644f446ce
1 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,14 @@ weechat settings to automatically log in and authenticate
/set irc.server.tilde.sasl_username <username>
/set irc.server.tilde.sasl_password <password>
To store the password securely, you can use secure settings like this
/secure passphrase <passphrase>
/secure set tilde_password <password>
/set irc.server.tilde.sasl_password "${sec.data.tilde_password}"
Then the client will ask you for the passphrase when starting.
Now disconnect and connect again to get your registered nickname
/quit